Searched refs:lcptr (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 9098 branchlength = get_branchlength(pptrptr, errcodeptr, lcptr, recurses, cb); in get_grouplength() 9136 get_branchlength(uint32_t **pptrptr, int *errcodeptr, int *lcptr, in get_branchlength() argument 9150 if ((*lcptr)++ > 2000) in get_branchlength() 9258 *errcodeptr = check_lookbehinds(pptr + 1, &pptr, recurses, cb, lcptr); in get_branchlength() 9294 if (!set_lookbehind_lengths(&pptr, errcodeptr, lcptr, recurses, cb)) in get_branchlength() 9403 grouplength = get_grouplength(&gptr, FALSE, errcodeptr, lcptr, group, in get_branchlength() 9448 grouplength = get_grouplength(&pptr, TRUE, errcodeptr, lcptr, group, in get_branchlength() 9547 set_lookbehind_lengths(uint32_t **pptrptr, int *errcodeptr, int *lcptr, in set_lookbehind_lengths() argument 9560 branchlength = get_branchlength(pptrptr, errcodeptr, lcptr, recurses, cb); in set_lookbehind_lengths() 9605 parsed_recurse_check *recurses, compile_block *cb, int *lcptr) in check_lookbehinds() argument [all …]
|
Completed in 38 milliseconds