HomeSort by relevance Sort by last modified time
    Searched full:str_ptr (Results 1 - 7 of 7) 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/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...]

Completed in 155 milliseconds