Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c197 case OP_QUERY: in PRIV()
H A Dpcre2_auto_possess.c1135 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1158 case OP_QUERY: in PRIV()
1159 *code += OP_POSQUERY - OP_QUERY; in PRIV()
1286 case OP_QUERY: in PRIV()
H A Dpcre2_pattern_info.c313 case OP_QUERY: in pcre2_callout_enumerate()
H A Dpcre2_study.c710 case OP_QUERY: in find_minlength()
1199 case OP_QUERY: in set_start_bits()
H A Dpcre2_printint.c466 case OP_QUERY: in pcre2_printint()
H A Dpcre2_internal.h1398 OP_QUERY, /* 37 */ enumerator
H A Dpcre2_jit_compile.c971 case OP_QUERY: in next_opcode()
1414 case OP_QUERY: in detect_early_fail()
1703 case OP_QUERY: \
5449 case OP_QUERY: in scan_prefix()
11070 *opcode -= OP_CRRANGE - OP_QUERY; in get_iterator_parameters()
11501 case OP_QUERY: in compile_iterator_matchingpath()
11507 if (opcode == OP_QUERY) in compile_iterator_matchingpath()
11857 case OP_QUERY: in compile_matchingpath()
12197 case OP_QUERY: in compile_iterator_backtrackingpath()
12998 case OP_QUERY: in compile_backtrackingpath()
H A Dpcre2_compile.c7436 else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type; in compile_branch()
7501 *code++ = OP_QUERY + repeat_type; in compile_branch()
8605 case OP_QUERY: in find_recurse()
H A Dpcre2_dfa_match.c2408 case OP_QUERY: in internal_dfa_match()
H A Dpcre2_match.c1182 case OP_QUERY: in match()

Completed in 95 milliseconds