Searched refs:str_ptr (Results 1 – 8 of 8) sorted by relevance
/external/selinux/libsemanage/src/ |
D | context_record.c | 104 const semanage_context_t * con, char **str_ptr) in hidden_def() 107 return sepol_context_to_string(handle->sepolh, con, str_ptr); in hidden_def()
|
D | parse_utils.h | 80 parse_info_t * info, char **str_ptr, char delim);
|
/external/srtp/googlepatches/ |
D | 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/selinux/libsemanage/include/semanage/ |
D | context_record.h | 59 char **str_ptr);
|
/external/selinux/libsepol/include/sepol/ |
D | context_record.h | 54 const sepol_context_t * con, char **str_ptr);
|
/external/selinux/libsepol/src/ |
D | context_record.c | 283 const sepol_context_t * con, char **str_ptr) in hidden_def() 314 *str_ptr = str; in hidden_def()
|
/external/srtp/srtp/ |
D | srtp.c | 78 srtp_stream_alloc(srtp_stream_ctx_t **str_ptr, in srtp_stream_alloc() argument 95 *str_ptr = str; in srtp_stream_alloc() 235 srtp_stream_ctx_t **str_ptr) { in srtp_stream_clone() argument 245 *str_ptr = str; in srtp_stream_clone()
|
/external/squashfs-tools/squashfs-tools/ |
D | action.c | 109 char *str_ptr; in get_token() local 138 str_ptr = str; in get_token() 180 str_ptr = str_ptr - str + tmp; in get_token() 184 *str_ptr ++ = *cur_ptr ++; in get_token() 188 *str_ptr = '\0'; in get_token()
|