Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c157 case OP_EXACT: in PRIV()
H A Dpcre2_auto_possess.c333 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
336 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && in get_chr_property_list()
1290 case OP_EXACT: in PRIV()
H A Dpcre2_pattern_info.c317 case OP_EXACT: in pcre2_callout_enumerate()
H A Dpcre2_printint.c499 case OP_EXACT: in pcre2_printint()
506 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.c975 case OP_EXACT: in next_opcode()
1397 case OP_EXACT: in detect_early_fail()
2071 case OP_EXACT: in get_framesize()
5438 case OP_EXACT: in scan_prefix()
10644 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
11064 *opcode = OP_EXACT; in get_iterator_parameters()
11087 case OP_EXACT: in get_iterator_parameters()
11512 case OP_EXACT: in compile_iterator_matchingpath()
11861 case OP_EXACT: in compile_matchingpath()
12223 case OP_EXACT: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_internal.h1403 OP_EXACT, /* 41 Exactly n matches */ enumerator
H A Dpcre2_compile.c7467 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()
7569 case OP_EXACT: in compile_branch()
8565 case OP_EXACT: in find_recurse()
8689 case OP_EXACT: in find_firstassertedcu()
H A Dpcre2_dfa_match.c2486 case OP_EXACT: in internal_dfa_match()
H A Dpcre2_match.c1120 case OP_EXACT: in match()

Completed in 97 milliseconds