Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c2616 PCRE2_SIZE callout_length = (code[LINK_SIZE + 1] == OP_CALLOUT)? in internal_dfa_match() local
2649 callout_length - (1 + 4*LINK_SIZE) - 2; in internal_dfa_match()
2656 code += callout_length; /* Skip callout data */ in internal_dfa_match()
2987 unsigned int callout_length = (*code == OP_CALLOUT) in internal_dfa_match() local
3019 callout_length - (1 + 4*LINK_SIZE) - 2; in internal_dfa_match()
3026 { ADD_ACTIVE(state_offset + (int)callout_length, 0); } in internal_dfa_match()
Dpcre2_match.c1315 unsigned int callout_length = (*ecode == OP_CALLOUT) in match() local
1346 callout_length - (1 + 4*LINK_SIZE) - 2; in match()
1357 ecode += callout_length; in match()
1358 codelink -= callout_length; in match()
1741 unsigned int callout_length = (*ecode == OP_CALLOUT) in match() local
1773 callout_length - (1 + 4*LINK_SIZE) - 2; in match()
1780 ecode += callout_length; in match()
Dpcre2_jit_compile.c7180 unsigned int callout_length = (*cc == OP_CALLOUT) in compile_callout_matchingpath() local
7217 value2 = (callout_length - (1 + 4*LINK_SIZE + 2)); in compile_callout_matchingpath()
7242 return cc + callout_length; in compile_callout_matchingpath()