Home
last modified time | relevance | path

Searched refs:OP_CALLOUT (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_study.c253 case OP_CALLOUT: in find_minlength()
1110 case OP_CALLOUT: in set_start_bits()
1111 tcode += PRIV(OP_lengths)[OP_CALLOUT]; in set_start_bits()
Dpcre2_pattern_info.c400 case OP_CALLOUT: in pcre2_callout_enumerate()
Dpcre2_dfa_match.c355 *lengthptr = (code[extracode] == OP_CALLOUT)? in do_callout()
356 (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] : in do_callout()
370 if (code[extracode] == OP_CALLOUT) in do_callout()
2734 if (code[LINK_SIZE + 1] == OP_CALLOUT in internal_dfa_match()
3131 case OP_CALLOUT: in internal_dfa_match()
Dpcre2_printint.c610 case OP_CALLOUT: in pcre2_printint()
Dpcre2_auto_possess.c549 if (c == OP_CALLOUT) in compare_opcodes()
Dpcre2_match.c273 *lengthptr = (*Fecode == OP_CALLOUT)? in do_callout()
274 PRIV(OP_lengths)[OP_CALLOUT] : GET(Fecode, 1 + 2*LINK_SIZE); in do_callout()
303 if (*Fecode == OP_CALLOUT) /* Numerical callout */ in do_callout()
5209 case OP_CALLOUT: in match()
5242 if (*Fecode == OP_CALLOUT || *Fecode == OP_CALLOUT_STR) in match()
Dpcre2_compile.c4674 case OP_CALLOUT: in first_significant_code()
6603 code[0] = OP_CALLOUT; in compile_branch()
6608 code += PRIV(OP_lengths)[OP_CALLOUT]; in compile_branch()
7472 if (repcode < OP_CALLOUT && opcode_possessify[repcode] > 0) in compile_branch()
8263 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
Dpcre2_jit_compile.c893 case OP_CALLOUT: in next_opcode()
1083 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR) in check_opcode_types()
1116 case OP_CALLOUT: in check_opcode_types()
1123 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE); in check_opcode_types()
1878 case OP_CALLOUT: in get_framesize()
9631 unsigned int callout_length = (*cc == OP_CALLOUT) in compile_callout_matchingpath()
9632 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2 * LINK_SIZE); in compile_callout_matchingpath()
9647 value1 = (*cc == OP_CALLOUT) ? cc[1 + 2 * LINK_SIZE] : 0; in compile_callout_matchingpath()
9661 if (*cc == OP_CALLOUT) in compile_callout_matchingpath()
9719 case OP_CALLOUT: in assert_needs_str_ptr_saving()
[all …]
Dpcre2_internal.h1504 OP_CALLOUT, /* 118 Call out to external function if provided */ enumerator
/external/pcre/dist2/
DHACKING791 OP_CALLOUT or OP_CALLOUT_STR, respectively. In each case these are followed by
802 [OP_CALLOUT] [PATTERN_OFFSET] [PATTERN_LENGTH] [NUMBER]