Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5502 if (lengthptr != NULL) in compile_branch()
6099 if (lengthptr != NULL) in compile_branch()
6239 if (lengthptr != NULL) in compile_branch()
6300 if (lengthptr != NULL) *lengthptr += mclength; else in compile_branch()
6654 if (lengthptr != NULL) in compile_branch()
6856 if (lengthptr != NULL) in compile_branch()
8207 if (lengthptr == NULL) in compile_regex()
8277 if (lengthptr == NULL) in compile_regex()
8308 if (lengthptr != NULL) in compile_regex()
8315 *lengthptr += length; in compile_regex()
[all …]
H A Dpcre2_match.c268 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout() argument
275 *lengthptr = (*Fecode == OP_CALLOUT)? in do_callout()
318 *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout()
357 PCRE2_SIZE *lengthptr) in match_ref() argument
371 *lengthptr = 0; in match_ref()
474 *lengthptr = eptr - eptr_start; in match_ref()
H A Dpcre2_dfa_match.c355 PCRE2_SIZE *lengthptr) in do_callout_dfa() argument
359 *lengthptr = (code[extracode] == OP_CALLOUT)? in do_callout_dfa()
386 cb->callout_string_length = *lengthptr - (1 + 4*LINK_SIZE) - 2; in do_callout_dfa()

Completed in 43 milliseconds