HomeSort by relevance Sort by last modified time
    Searched full:str_ptr (Results 1 - 9 of 9) sorted by null

  /external/libsepol/include/sepol/
context_record.h 51 const sepol_context_t * con, char **str_ptr);
  /external/srtp/googlepatches/
google-9-rdbx-leak-plug.patch 23 @@ -92,35 +92,31 @@ srtp_stream_alloc(srtp_stream_ctx_t **str_ptr,
27 - *str_ptr = str;
29 + *str_ptr = str;
68 @@ -129,13 +125,9 @@ srtp_stream_alloc(srtp_stream_ctx_t **str_ptr,
84 @@ -144,33 +136,37 @@ srtp_stream_alloc(srtp_stream_ctx_t **str_ptr,
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 241 const wchar_t* str_ptr = V_BSTR(&name); local
244 if ((wcsstr(str_ptr, L"(VFW)") == NULL) &&
245 lstrlenW(str_ptr) < name_length ||
246 (!(LowerCaseEqualsASCII(str_ptr, str_ptr + name_length,
249 std::string device_name(base::SysWideToUTF8(str_ptr));
  /external/libsepol/src/
context_record.c 283 const sepol_context_t * con, char **str_ptr)
314 *str_ptr = str;
  /external/grub/stage2/
smp-imps.c 523 char *str_ptr; local
541 str_ptr = "IMCR and PIC";
545 str_ptr = "Virtual Wire";
557 str_ptr, imps_lapic_addr));
char_io.c 847 safe_parse_maxint (char **str_ptr, int *myint_ptr)
849 char *ptr = *str_ptr;
894 *str_ptr = ptr;
shared.h 913 int safe_parse_maxint (char **str_ptr, int *myint_ptr);
  /external/srtp/srtp/
srtp.c 78 srtp_stream_alloc(srtp_stream_ctx_t **str_ptr,
91 /* allocate srtp stream and set str_ptr */
95 *str_ptr = str;
235 srtp_stream_ctx_t **str_ptr) {
241 /* allocate srtp stream and set str_ptr */
245 *str_ptr = str;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 339 milliseconds