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.c1081 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1104 case OP_QUERY: in PRIV()
1105 *code += OP_POSQUERY - OP_QUERY; in PRIV()
1232 case OP_QUERY: in PRIV()
Dpcre2_find_bracket.c196 case OP_QUERY: in PRIV()
Dpcre2_pattern_info.c292 case OP_QUERY: in pcre2_callout_enumerate()
Dpcre2_study.c649 case OP_QUERY: in find_minlength()
1100 case OP_QUERY: in set_start_bits()
Dpcre2_printint.c464 case OP_QUERY: in pcre2_printint()
Dpcre2_compile.c1222 case OP_QUERY: in find_fixedlength()
1690 case OP_QUERY: in could_be_empty_branch()
2586 case OP_QUERY: in find_recurse()
5278 else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type; in compile_branch()
5345 *code++ = OP_QUERY + repeat_type; in compile_branch()
Dpcre2_internal.h1399 OP_QUERY, /* 37 */ enumerator
Dpcre2_jit_compile.c717 case OP_QUERY: in next_opcode()
1241 case OP_QUERY: \
3562 case OP_QUERY: in scan_prefix()
8746 *opcode -= OP_CRRANGE - OP_QUERY; in get_iterator_parameters()
9109 case OP_QUERY: in compile_iterator_matchingpath()
9115 if (opcode == OP_QUERY) in compile_iterator_matchingpath()
9403 case OP_QUERY: in compile_matchingpath()
9739 case OP_QUERY: in compile_iterator_backtrackingpath()
10536 case OP_QUERY: in compile_backtrackingpath()
Dpcre2_dfa_match.c2295 case OP_QUERY: in internal_dfa_match()
Dpcre2_match.c3484 case OP_QUERY: in match()
/external/pcre/dist2/
DHACKING273 OP_QUERY OP_QUERYI