Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c2730 PCRE2_SIZE callout_length; in internal_dfa_match() local
2732 1 + LINK_SIZE, &callout_length); in internal_dfa_match()
2735 code += callout_length; /* Skip callout data */ in internal_dfa_match()
3127 PCRE2_SIZE callout_length; in internal_dfa_match() local
3129 &callout_length); in internal_dfa_match()
3132 { ADD_ACTIVE(state_offset + (int)callout_length, 0); } in internal_dfa_match()
Dpcre2_jit_compile.c8264 unsigned int callout_length = (*cc == OP_CALLOUT) in compile_callout_matchingpath() local
8303 value2 = (callout_length - (1 + 4*LINK_SIZE + 2)); in compile_callout_matchingpath()
8330 return cc + callout_length; in compile_callout_matchingpath()