Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5394 if (lengthptr != NULL) in compile_branch()
5988 if (lengthptr != NULL) in compile_branch()
6128 if (lengthptr != NULL) in compile_branch()
6189 if (lengthptr != NULL) *lengthptr += mclength; else in compile_branch()
6542 if (lengthptr != NULL) in compile_branch()
6744 if (lengthptr != NULL) in compile_branch()
8080 if (lengthptr == NULL) in compile_regex()
8150 if (lengthptr == NULL) in compile_regex()
8181 if (lengthptr != NULL) in compile_regex()
8188 *lengthptr += length; in compile_regex()
[all …]
H A Dpcre2_match.c266 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout() argument
273 *lengthptr = (*Fecode == OP_CALLOUT)? in do_callout()
316 *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout()
355 PCRE2_SIZE *lengthptr) in match_ref() argument
369 *lengthptr = 0; in match_ref()
472 *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 42 milliseconds