Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c84 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
H A Dpcre2_pattern_info.c412 case OP_CALLOUT_STR: in pcre2_callout_enumerate()
H A Dpcre2_auto_possess.c578 if (c == OP_CALLOUT_STR) in compare_opcodes()
1276 case OP_CALLOUT_STR: in PRIV()
H A Dpcre2_study.c282 case OP_CALLOUT_STR: in find_minlength()
1153 case OP_CALLOUT_STR: in set_start_bits()
1251 case OP_CALLOUT_STR: in set_start_bits()
H A Dpcre2_printint.c659 case OP_CALLOUT_STR: in pcre2_printint()
H A Dpcre2_dfa_match.c2846 || code[LINK_SIZE + 1] == OP_CALLOUT_STR) in internal_dfa_match()
3248 case OP_CALLOUT_STR: in internal_dfa_match()
H A Dpcre2_internal.h1564 OP_CALLOUT_STR, /* 119 Call out with string argument */ enumerator
H A Dpcre2_compile.c5093 case OP_CALLOUT_STR: in first_significant_code()
7140 code[0] = OP_CALLOUT_STR; in compile_branch()
8816 else if (*scode == OP_CALLOUT_STR) scode += GET(scode, 1 + 2*LINK_SIZE); in is_startline()
8934 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in find_recurse()
H A Dpcre2_jit_compile.c1096 case OP_CALLOUT_STR: in next_opcode()
1167 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR) in check_opcode_types()
1201 case OP_CALLOUT_STR: in check_opcode_types()
2205 case OP_CALLOUT_STR: in get_framesize()
10136 case OP_CALLOUT_STR: in assert_needs_str_ptr_saving()
12663 case OP_CALLOUT_STR: in compile_matchingpath()
13904 case OP_CALLOUT_STR: in compile_backtrackingpath()
H A Dpcre2_match.c5595 case OP_CALLOUT_STR: in match()
5627 if (*Fecode == OP_CALLOUT || *Fecode == OP_CALLOUT_STR) in match()

Completed in 100 milliseconds