Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2744 PCRE2_SIZE callout_length; in internal_dfa_match() local
2746 1 + LINK_SIZE, &callout_length); in internal_dfa_match()
2749 code += callout_length; /* Skip callout data */ in internal_dfa_match()
3141 PCRE2_SIZE callout_length; in internal_dfa_match() local
3143 &callout_length); in internal_dfa_match()
3146 { ADD_ACTIVE(state_offset + (int)callout_length, 0); } in internal_dfa_match()
H A Dpcre2_jit_compile.c9446 unsigned int callout_length = (*cc == OP_CALLOUT) in compile_callout_matchingpath() local
9485 value2 = (callout_length - (1 + 4*LINK_SIZE + 2)); in compile_callout_matchingpath()
9512 return cc + callout_length; in compile_callout_matchingpath()

Completed in 51 milliseconds