Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c266 case OP_CALLOUT: in find_minlength()
1149 case OP_CALLOUT: in set_start_bits()
1150 ncode += PRIV(OP_lengths)[OP_CALLOUT]; in set_start_bits()
1247 case OP_CALLOUT: in set_start_bits()
1248 tcode += PRIV(OP_lengths)[OP_CALLOUT]; in set_start_bits()
H A Dpcre2_pattern_info.c400 case OP_CALLOUT: in pcre2_callout_enumerate()
H A Dpcre2_dfa_match.c361 *lengthptr = (code[extracode] == OP_CALLOUT)? in do_callout_dfa()
362 (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] : in do_callout_dfa()
376 if (code[extracode] == OP_CALLOUT) in do_callout_dfa()
2845 if (code[LINK_SIZE + 1] == OP_CALLOUT in internal_dfa_match()
3247 case OP_CALLOUT: in internal_dfa_match()
H A Dpcre2_printint.c654 case OP_CALLOUT: in pcre2_printint()
H A Dpcre2_auto_possess.c572 if (c == OP_CALLOUT) in compare_opcodes()
H A Dpcre2_match.c280 *lengthptr = (*Fecode == OP_CALLOUT)? in do_callout()
281 PRIV(OP_lengths)[OP_CALLOUT] : GET(Fecode, 1 + 2*LINK_SIZE); in do_callout()
310 if (*Fecode == OP_CALLOUT) /* Numerical callout */ in do_callout()
5594 case OP_CALLOUT: in match()
5627 if (*Fecode == OP_CALLOUT || *Fecode == OP_CALLOUT_STR) in match()
H A Dpcre2_compile.c5083 case OP_CALLOUT: in first_significant_code()
7105 code[0] = OP_CALLOUT; in compile_branch()
7110 code += PRIV(OP_lengths)[OP_CALLOUT]; in compile_branch()
7986 if (repcode < OP_CALLOUT && opcode_possessify[repcode] > 0) in compile_branch()
8815 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
H A Dpcre2_jit_compile.c964 case OP_CALLOUT: in next_opcode()
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()
[all …]
H A Dpcre2_internal.h1563 OP_CALLOUT, /* 118 Call out to external function if provided */ enumerator

Completed in 110 milliseconds