Home
last modified time | relevance | path

Searched defs:ptrptr (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/clang/test/Sema/
H A Dwarn-cast-qual.c7 const char * const *ptrptr = 0; in foo() local
/aosp_15_r20/external/clang/test/Analysis/
H A Dsymbol-reaper.c69 int **ptrptr; variable
/aosp_15_r20/external/pcre/src/
H A Dpcre2_substitute.c79 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end()
H A Dpcre2_compile.c1325 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign, in read_number()
1412 read_repeat_counts(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *minp, in read_repeat_counts()
2167 get_ucp(PCRE2_SPTR *ptrptr, BOOL *negptr, uint16_t *ptypeptr, in get_ucp()
2464 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
/aosp_15_r20/bionic/libc/dns/nameser/
H A Dns_name.c691 ns_name_skip(const u_char **ptrptr, const u_char *eom) in ns_name_skip()