Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c510 case OP_EXACT: in pcre_printint()
517 if (*code != OP_EXACT && *code != OP_EXACTI) fprintf(f, "0,"); in pcre_printint()
H A Dpcre_study.c246 case OP_EXACT: in find_minlength()
1073 case OP_EXACT: in set_start_bits()
H A Dpcre_compile.c1874 case OP_EXACT: in find_fixedlength()
2162 case OP_EXACT: in PRIV()
2307 case OP_EXACT: in find_recurse()
2626 case OP_EXACT: in could_be_empty_branch()
2937 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
2940 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && c != OP_POSPLUS); in get_chr_property_list()
3833 case OP_EXACT: in auto_possessify()
5841 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()
6399 case OP_EXACT: in compile_branch()
8847 case OP_EXACT: in find_firstassertedchar()
H A Dpcre_jit_compile.c689 case OP_EXACT: in next_opcode()
1376 case OP_EXACT: in get_framesize()
3305 case OP_EXACT: in scan_prefix()
7142 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
7470 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()
7870 *opcode = OP_EXACT; in get_iterator_parameters()
8074 case OP_EXACT: in compile_iterator_matchingpath()
8355 case OP_EXACT: in compile_matchingpath()
8725 case OP_EXACT: in compile_iterator_backtrackingpath()
9276 if (repeat_type == OP_EXACT) in compile_bracket_backtrackingpath()
[all …]
H A DHACKING260 OP_EXACT OP_EXACTI
264 fixed maximum is coded as an OP_EXACT followed by an OP_UPTO (or OP_MINUPTO or
H A Dpcre_internal.h1945 OP_EXACT, /* 41 Exactly n matches */ enumerator
H A Dpcre_exec.c3319 case OP_EXACT: in match()

Completed in 93 milliseconds