Searched refs:pptrptr (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 4911 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_branch() argument 4926 uint32_t *pptr = *pptrptr; in compile_branch() 5095 *pptrptr = pptr; in compile_branch() 7519 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex() argument 7531 uint32_t *pptr = *pptrptr; in compile_regex() 7740 *pptrptr = pptr; in compile_regex() 8490 get_grouplength(uint32_t **pptrptr, BOOL isinline, int *errcodeptr, int *lcptr, in get_grouplength() argument 8507 if (isinline) *pptrptr = parsed_skip(*pptrptr, PSKIP_KET); in get_grouplength() 8516 branchlength = get_branchlength(pptrptr, errcodeptr, lcptr, recurses, cb); in get_grouplength() 8520 if (**pptrptr == META_KET) break; in get_grouplength() [all …]
|