Lines Matching refs:OP_CALLOUT
964 case OP_CALLOUT: in next_opcode()
1167 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR) in check_opcode_types()
1200 case OP_CALLOUT: in check_opcode_types()
1207 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE); in check_opcode_types()
2204 case OP_CALLOUT: in get_framesize()
9958 unsigned int callout_length = (*cc == OP_CALLOUT) in compile_callout_matchingpath()
9959 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2 * LINK_SIZE); in compile_callout_matchingpath()
9974 value1 = (*cc == OP_CALLOUT) ? cc[1 + 2 * LINK_SIZE] : 0; in compile_callout_matchingpath()
9988 if (*cc == OP_CALLOUT) in compile_callout_matchingpath()
10146 case OP_CALLOUT: in assert_needs_str_ptr_saving()
12662 case OP_CALLOUT: in compile_matchingpath()
13903 case OP_CALLOUT: in compile_backtrackingpath()