Home
last modified time | relevance | path

Searched refs:callout_length (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2801 PCRE2_SIZE callout_length; in internal_dfa_match() local
2803 1 + LINK_SIZE, &callout_length); in internal_dfa_match()
2806 code += callout_length; /* Skip callout data */ in internal_dfa_match()
3198 PCRE2_SIZE callout_length; in internal_dfa_match() local
3200 &callout_length); in internal_dfa_match()
3203 { ADD_ACTIVE(state_offset + (int)callout_length, 0); } in internal_dfa_match()
H A Dpcre2_jit_compile.c9754 unsigned int callout_length = (*cc == OP_CALLOUT) in compile_callout_matchingpath() local
9793 value2 = (callout_length - (1 + 4*LINK_SIZE + 2)); in compile_callout_matchingpath()
9820 return cc + callout_length; in compile_callout_matchingpath()

Completed in 41 milliseconds