Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c360 case OP_ALLANY: in find_minlength()
997 case OP_ALLANY: in set_start_bits()
1394 case OP_ALLANY: in set_start_bits()
H A Dpcre2_match.c911 case OP_ALLANY: in match()
2957 case OP_ALLANY: in match()
3209 case OP_ALLANY: in match()
3782 case OP_ALLANY: in match()
3910 case OP_ALLANY: in match()
4407 case OP_ALLANY: in match()
4655 case OP_ALLANY: in match()
H A Dpcre2_auto_possess.c391 case OP_ALLANY: in get_chr_property_list()
H A Dpcre2_compile.c5607 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
5620 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()
7888 *code++ = OP_ALLANY; in compile_branch()
7925 *code++ = (meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()
7927 *code++ = (!utf && meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()
8457 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()
H A Dpcre2_jit_compile.c889 case OP_ALLANY: in next_opcode()
1296 case OP_ALLANY: in detect_early_fail()
2051 case OP_ALLANY: in get_framesize()
5628 case OP_ALLANY: in scan_prefix()
8808 case OP_ALLANY: in compile_char1_matchingpath()
11573 else if (type == OP_ALLANY && !common->invalid_utf) in compile_iterator_matchingpath()
11575 else if (type == OP_ALLANY) in compile_iterator_matchingpath()
11825 if (type == OP_ALLANY && !common->invalid_utf) in compile_iterator_matchingpath()
11827 if (type == OP_ALLANY) in compile_iterator_matchingpath()
11895 if (type == OP_ALLANY) in compile_iterator_matchingpath()
[all …]
H A Dpcre2_internal.h1385 OP_ALLANY, /* 13 Match any character */ enumerator
H A Dpcre2_dfa_match.c1012 case OP_ALLANY: in internal_dfa_match()

Completed in 85 milliseconds