Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c363 case OP_ALLANY: in find_minlength()
1001 case OP_ALLANY: in set_start_bits()
1484 case OP_ALLANY: in set_start_bits()
H A Dpcre2_auto_possess.c391 case OP_ALLANY: in get_chr_property_list()
H A Dpcre2_match.c962 case OP_ALLANY: in match()
3028 case OP_ALLANY: in match()
3280 case OP_ALLANY: in match()
3862 case OP_ALLANY: in match()
3990 case OP_ALLANY: in match()
4500 case OP_ALLANY: in match()
4748 case OP_ALLANY: in match()
H A Dpcre2_compile.c5856 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
5869 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()
8147 *code++ = OP_ALLANY; in compile_branch()
8187 meta_arg = OP_ALLANY; in compile_branch()
8189 if (!utf) meta_arg = OP_ALLANY; in compile_branch()
8754 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()
H A Dpcre2_jit_compile.c930 case OP_ALLANY: in next_opcode()
1345 case OP_ALLANY: in detect_early_fail()
2149 case OP_ALLANY: in get_framesize()
5782 case OP_ALLANY: in scan_prefix()
9030 case OP_ALLANY: in compile_char1_matchingpath()
11961 else if (type == OP_ALLANY && !common->invalid_utf) in compile_iterator_matchingpath()
11963 else if (type == OP_ALLANY) in compile_iterator_matchingpath()
12213 if (type == OP_ALLANY && !common->invalid_utf) in compile_iterator_matchingpath()
12215 if (type == OP_ALLANY) in compile_iterator_matchingpath()
12283 if (type == OP_ALLANY) in compile_iterator_matchingpath()
[all …]
H A Dpcre2_internal.h1410 OP_ALLANY, /* 13 Match any character */ enumerator
H A Dpcre2_dfa_match.c1014 case OP_ALLANY: in internal_dfa_match()

Completed in 98 milliseconds