Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4914 compile_block *cb, PCRE2_SIZE *lengthptr) in compile_branch() argument
5022 if (lengthptr != NULL) in compile_branch()
5046 if (OFLOW_MAX - *lengthptr < (PCRE2_SIZE)(code - orig_code)) in compile_branch()
5051 *lengthptr += (PCRE2_SIZE)(code - orig_code); in compile_branch()
5052 if (*lengthptr > MAX_PATTERN_SIZE) in compile_branch()
5578 if (lengthptr != NULL) in compile_branch()
5580 *lengthptr += class_uchardata - class_uchardata_base; in compile_branch()
5687 if (lengthptr == NULL) /* Save time in the pre-compile phase */ in compile_branch()
5712 if (lengthptr != NULL) in compile_branch()
5714 *lengthptr += CU2BYTES(1) + IMM2_SIZE; in compile_branch()
[all …]
Dpcre2_match.c265 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout() argument
272 *lengthptr = (*Fecode == OP_CALLOUT)? in do_callout()
315 *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout()
354 PCRE2_SIZE *lengthptr) in match_ref() argument
368 *lengthptr = 0; in match_ref()
458 *lengthptr = eptr - eptr_start; in match_ref()
Dpcre2_dfa_match.c348 PCRE2_SIZE *lengthptr) in do_callout() argument
352 *lengthptr = (code[extracode] == OP_CALLOUT)? in do_callout()
379 cb->callout_string_length = *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout()