Searched refs:lcptr (Results 1 - 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 9063 lcptr pointer to the loop counter 9072 get_grouplength(uint32_t **pptrptr, BOOL isinline, int *errcodeptr, int *lcptr, in get_grouplength() argument 9098 branchlength = get_branchlength(pptrptr, errcodeptr, lcptr, recurses, cb); in get_grouplength() 9128 lcptr pointer to loop counter 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, grou in get_branchlength() 9547 set_lookbehind_lengths(uint32_t **pptrptr, int *errcodeptr, int *lcptr, parsed_recurse_check *recurses, compile_block *cb) set_lookbehind_lengths() argument 9604 check_lookbehinds(uint32_t *pptr, uint32_t **retptr, parsed_recurse_check *recurses, compile_block *cb, int *lcptr) check_lookbehinds() argument [all...] |
/third_party/cups-filters/filter/ |
H A D | imagetoraster.c | 3035 *lcptr, /* Pointer into light cyan */ in format_KCMYcm() local 3096 lcptr = ptr + 4 * bandwidth; in format_KCMYcm() 3118 *lcptr ^= bitmask; /* Green (light cyan + yellow) */ in format_KCMYcm() 3142 lcptr ++; in format_KCMYcm()
|
Completed in 15 milliseconds