Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c1115 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1137 case OP_QUERY: in PRIV()
1138 *code += OP_POSQUERY - OP_QUERY; in PRIV()
1265 case OP_QUERY: in PRIV()
Dpcre2_find_bracket.c197 case OP_QUERY: in PRIV()
Dpcre2_pattern_info.c313 case OP_QUERY: in pcre2_callout_enumerate()
Dpcre2_study.c688 case OP_QUERY: in find_minlength()
1149 case OP_QUERY: in set_start_bits()
Dpcre2_printint.c463 case OP_QUERY: in pcre2_printint()
Dpcre2_internal.h1354 OP_QUERY, /* 37 */ enumerator
Dpcre2_jit_compile.c757 case OP_QUERY: in next_opcode()
1283 case OP_QUERY: \
3957 case OP_QUERY: in scan_prefix()
9836 *opcode -= OP_CRRANGE - OP_QUERY; in get_iterator_parameters()
10199 case OP_QUERY: in compile_iterator_matchingpath()
10205 if (opcode == OP_QUERY) in compile_iterator_matchingpath()
10497 case OP_QUERY: in compile_matchingpath()
10833 case OP_QUERY: in compile_iterator_backtrackingpath()
11632 case OP_QUERY: in compile_backtrackingpath()
Dpcre2_compile.c7002 else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type; in compile_branch()
7067 *code++ = OP_QUERY + repeat_type; in compile_branch()
8169 case OP_QUERY: in find_recurse()
Dpcre2_dfa_match.c2394 case OP_QUERY: in internal_dfa_match()
Dpcre2_match.c1113 case OP_QUERY: in match()
/external/pcre/dist2/
DHACKING486 OP_QUERY OP_QUERYI