Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5500 if (lengthptr != NULL) in compile_branch()
6097 if (lengthptr != NULL) in compile_branch()
6237 if (lengthptr != NULL) in compile_branch()
6298 if (lengthptr != NULL) *lengthptr += mclength; else in compile_branch()
6652 if (lengthptr != NULL) in compile_branch()
6854 if (lengthptr != NULL) in compile_branch()
8205 if (lengthptr == NULL) in compile_regex()
8275 if (lengthptr == NULL) in compile_regex()
8306 if (lengthptr != NULL) in compile_regex()
8313 *lengthptr += length; in compile_regex()
[all …]
H A Dpcre2_match.c267 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout() argument
274 *lengthptr = (*Fecode == OP_CALLOUT)? in do_callout()
317 *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout()
356 PCRE2_SIZE *lengthptr) in match_ref() argument
370 *lengthptr = 0; in match_ref()
473 *lengthptr = eptr - eptr_start; in match_ref()
H A Dpcre2_dfa_match.c355 PCRE2_SIZE *lengthptr) in do_callout() argument
359 *lengthptr = (code[extracode] == OP_CALLOUT)? in do_callout()
386 cb->callout_string_length = *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout()

Completed in 64 milliseconds