Home
last modified time | relevance | path

Searched refs:lcptr (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c8946 get_grouplength(uint32_t **pptrptr, BOOL isinline, int *errcodeptr, int *lcptr, in get_grouplength() argument
8972 branchlength = get_branchlength(pptrptr, errcodeptr, lcptr, recurses, cb); in get_grouplength()
9010 get_branchlength(uint32_t **pptrptr, int *errcodeptr, int *lcptr, in get_branchlength() argument
9024 if ((*lcptr)++ > 2000) in get_branchlength()
9168 if (!set_lookbehind_lengths(&pptr, errcodeptr, lcptr, recurses, cb)) in get_branchlength()
9277 grouplength = get_grouplength(&gptr, FALSE, errcodeptr, lcptr, group, in get_branchlength()
9322 grouplength = get_grouplength(&pptr, TRUE, errcodeptr, lcptr, group, in get_branchlength()
9421 set_lookbehind_lengths(uint32_t **pptrptr, int *errcodeptr, int *lcptr, in set_lookbehind_lengths() argument
9434 branchlength = get_branchlength(pptrptr, errcodeptr, lcptr, recurses, cb); in set_lookbehind_lengths()

Completed in 25 milliseconds