Searched defs:str_ptr (Results 1 - 4 of 4) sorted by relevance

/external/lldb/test/python_api/value/
H A Dmain.c36 const char **str_ptr = days_of_week; local
38 printf("%s\n", str_ptr[i]); // Break at this line
/external/lldb/source/Core/
H A DStream.cpp229 char *str_ptr = NULL; local
230 length = ::vasprintf (&str_ptr, format, args_copy);
231 if (str_ptr)
236 bytes_written = Write (str_ptr, length);
237 ::free (str_ptr);
499 char *str_ptr = NULL; local
500 length = ::vasprintf (&str_ptr, format, args_copy);
501 if (str_ptr)
504 bytes_written += _PutHex8 (str_ptr[i], false);
505 ::free (str_ptr);
[all...]
/external/srtp/srtp/
H A Dsrtp.c78 srtp_stream_alloc(srtp_stream_ctx_t **str_ptr, argument
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;
233 srtp_stream_clone(const srtp_stream_ctx_t *stream_template, uint32_t ssrc, srtp_stream_ctx_t **str_ptr) argument
/external/squashfs-tools/squashfs-tools/
H A Daction.c105 char *str_ptr; local
134 str_ptr = str;
176 str_ptr = str_ptr - str + tmp;
180 *str_ptr ++ = *cur_ptr ++;
184 *str_ptr = '\0';

Completed in 204 milliseconds