Searched refs:callout_length (Results 1 – 3 of 3) sorted by relevance
2616 PCRE2_SIZE callout_length = (code[LINK_SIZE + 1] == OP_CALLOUT)? in internal_dfa_match() local2649 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() local3019 callout_length - (1 + 4*LINK_SIZE) - 2; in internal_dfa_match()3026 { ADD_ACTIVE(state_offset + (int)callout_length, 0); } in internal_dfa_match()
1315 unsigned int callout_length = (*ecode == OP_CALLOUT) in match() local1346 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() local1773 callout_length - (1 + 4*LINK_SIZE) - 2; in match()1780 ecode += callout_length; in match()
7180 unsigned int callout_length = (*cc == OP_CALLOUT) in compile_callout_matchingpath() local7217 value2 = (callout_length - (1 + 4*LINK_SIZE + 2)); in compile_callout_matchingpath()7242 return cc + callout_length; in compile_callout_matchingpath()