Home
last modified time | relevance | path

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

/PHP-8.3/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()
1312 case OP_EXACT: in PRIV()
H A Dpcre2_pattern_info.c317 case OP_EXACT: in pcre2_callout_enumerate()
H A Dpcre2_printint.c530 case OP_EXACT: in pcre2_printint()
537 if (*code != OP_EXACT && *code != OP_EXACTI) fprintf(f, "0,"); in pcre2_printint()
H A Dpcre2_study.c329 case OP_EXACT: in find_minlength()
1230 case OP_EXACT: in set_start_bits()
H A Dpcre2_jit_compile.c980 case OP_EXACT: in next_opcode()
1404 case OP_EXACT: in detect_early_fail()
2072 case OP_EXACT: in get_framesize()
5516 case OP_EXACT: in scan_prefix()
10952 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
11372 *opcode = OP_EXACT; in get_iterator_parameters()
11395 case OP_EXACT: in get_iterator_parameters()
11820 case OP_EXACT: in compile_iterator_matchingpath()
12169 case OP_EXACT: in compile_matchingpath()
12531 case OP_EXACT: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_internal.h1427 OP_EXACT, /* 41 Exactly n matches */ enumerator
H A Dpcre2_compile.c7584 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()
7686 case OP_EXACT: in compile_branch()
8692 case OP_EXACT: in find_recurse()
8815 case OP_EXACT: in find_firstassertedcu()
H A Dpcre2_dfa_match.c2543 case OP_EXACT: in internal_dfa_match()
H A Dpcre2_match.c1137 case OP_EXACT: in match()

Completed in 89 milliseconds