Searched refs:lcptr (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 8490 get_grouplength(uint32_t **pptrptr, BOOL isinline, int *errcodeptr, int *lcptr, in get_grouplength() argument 8516 branchlength = get_branchlength(pptrptr, errcodeptr, lcptr, recurses, cb); in get_grouplength() 8555 get_branchlength(uint32_t **pptrptr, int *errcodeptr, int *lcptr, in get_branchlength() argument 8569 if ((*lcptr)++ > 2000) in get_branchlength() 8710 if (!set_lookbehind_lengths(&pptr, errcodeptr, lcptr, recurses, cb)) in get_branchlength() 8819 grouplength = get_grouplength(&gptr, FALSE, errcodeptr, lcptr, group, in get_branchlength() 8856 grouplength = get_grouplength(&pptr, TRUE, errcodeptr, lcptr, group, in get_branchlength() 8933 set_lookbehind_lengths(uint32_t **pptrptr, int *errcodeptr, int *lcptr, in set_lookbehind_lengths() argument 8946 branchlength = get_branchlength(pptrptr, errcodeptr, lcptr, recurses, cb); in set_lookbehind_lengths()
|