Home
last modified time | relevance | path

Searched refs:str_ptr (Results 1 – 8 of 8) sorted by relevance

/external/selinux/libsemanage/src/
Dcontext_record.c104 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()
Dparse_utils.h80 parse_info_t * info, char **str_ptr, char delim);
/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch23 @@ -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/
Dcontext_record.h59 char **str_ptr);
/external/selinux/libsepol/include/sepol/
Dcontext_record.h54 const sepol_context_t * con, char **str_ptr);
/external/selinux/libsepol/src/
Dcontext_record.c283 const sepol_context_t * con, char **str_ptr) in hidden_def()
314 *str_ptr = str; in hidden_def()
/external/srtp/srtp/
Dsrtp.c78 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/
Daction.c109 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()