Searched refs:lcptr (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 9004 branchlength = get_branchlength(pptrptr, errcodeptr, lcptr, recurses, cb); in get_grouplength() 9042 get_branchlength(uint32_t **pptrptr, int *errcodeptr, int *lcptr, in get_branchlength() argument 9056 if ((*lcptr)++ > 2000) in get_branchlength() 9164 *errcodeptr = check_lookbehinds(pptr + 1, &pptr, recurses, cb, lcptr); in get_branchlength() 9200 if (!set_lookbehind_lengths(&pptr, errcodeptr, lcptr, recurses, cb)) in get_branchlength() 9309 grouplength = get_grouplength(&gptr, FALSE, errcodeptr, lcptr, group, in get_branchlength() 9354 grouplength = get_grouplength(&pptr, TRUE, errcodeptr, lcptr, group, in get_branchlength() 9453 set_lookbehind_lengths(uint32_t **pptrptr, int *errcodeptr, int *lcptr, in set_lookbehind_lengths() argument 9466 branchlength = get_branchlength(pptrptr, errcodeptr, lcptr, recurses, cb); in set_lookbehind_lengths() 9511 parsed_recurse_check *recurses, compile_block *cb, int *lcptr) in check_lookbehinds() argument [all …]
|
Completed in 33 milliseconds