Searched refs:pptrptr (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 5281 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_branch() argument 5296 uint32_t *pptr = *pptrptr; in compile_branch() 5468 *pptrptr = pptr; in compile_branch() 7971 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex() argument 7983 uint32_t *pptr = *pptrptr; in compile_regex() 8177 *pptrptr = pptr; in compile_regex() 8947 get_grouplength(uint32_t **pptrptr, BOOL isinline, int *errcodeptr, int *lcptr, in get_grouplength() argument 8964 if (isinline) *pptrptr = parsed_skip(*pptrptr, PSKIP_KET); in get_grouplength() 8973 branchlength = get_branchlength(pptrptr, errcodeptr, lcptr, recurses, cb); in get_grouplength() 8977 if (**pptrptr == META_KET) break; in get_grouplength() [all …]
|