Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c157 case OP_EXACT: in PRIV()
H A Dpcre2_auto_possess.c350 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
353 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && in get_chr_property_list()
1318 case OP_EXACT: in PRIV()
H A Dpcre2_pattern_info.c317 case OP_EXACT: in pcre2_callout_enumerate()
H A Dpcre2_printint.c541 case OP_EXACT: in pcre2_printint()
548 if (*code != OP_EXACT && *code != OP_EXACTI) fprintf(f, "0,"); in pcre2_printint()
H A Dpcre2_study.c332 case OP_EXACT: in find_minlength()
1176 case OP_EXACT: in set_start_bits()
1320 case OP_EXACT: in set_start_bits()
H A Dpcre2_jit_compile.c1024 case OP_EXACT: in next_opcode()
1464 case OP_EXACT: in detect_early_fail()
2170 case OP_EXACT: in get_framesize()
5670 case OP_EXACT: in scan_prefix()
11335 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
11760 *opcode = OP_EXACT; in get_iterator_parameters()
11783 case OP_EXACT: in get_iterator_parameters()
12208 case OP_EXACT: in compile_iterator_matchingpath()
12558 case OP_EXACT: in compile_matchingpath()
12920 case OP_EXACT: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_internal.h1452 OP_EXACT, /* 41 Exactly n matches */ enumerator
H A Dpcre2_compile.c7843 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()
7945 case OP_EXACT: in compile_branch()
8989 case OP_EXACT: in find_recurse()
9112 case OP_EXACT: in find_firstassertedcu()
H A Dpcre2_dfa_match.c2590 case OP_EXACT: in internal_dfa_match()
H A Dpcre2_match.c1188 case OP_EXACT: in match()

Completed in 120 milliseconds