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

/external/grub/stage2/
H A Dsmp-imps.c523 char *str_ptr; local
541 str_ptr = "IMCR and PIC";
545 str_ptr = "Virtual Wire";
557 str_ptr, imps_lapic_addr));
H A Dchar_io.c847 safe_parse_maxint (char **str_ptr, int *myint_ptr) argument
849 char *ptr = *str_ptr;
894 *str_ptr = ptr;
/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

Completed in 120 milliseconds