Home
last modified time | relevance | path

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

/PHP-7.4/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.c894 case OP_ALLANY: in match()
2864 case OP_ALLANY: in match()
3116 case OP_ALLANY: in match()
3627 case OP_ALLANY: in match()
3755 case OP_ALLANY: in match()
4198 case OP_ALLANY: in match()
4446 case OP_ALLANY: in match()
H A Dpcre2_auto_possess.c374 case OP_ALLANY: in get_chr_property_list()
H A Dpcre2_compile.c5499 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
5512 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()
7771 *code++ = OP_ALLANY; in compile_branch()
7798 *code++ = (meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()
7800 *code++ = (!utf && meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()
8330 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()
H A Dpcre2_internal.h1361 OP_ALLANY, /* 13 Match any character */ enumerator
H A Dpcre2_jit_compile.c884 case OP_ALLANY: in next_opcode()
1289 case OP_ALLANY: in detect_early_fail()
2050 case OP_ALLANY: in get_framesize()
5550 case OP_ALLANY: in scan_prefix()
8500 case OP_ALLANY: in compile_char1_matchingpath()
11265 else if (type == OP_ALLANY && !common->invalid_utf) in compile_iterator_matchingpath()
11267 else if (type == OP_ALLANY) in compile_iterator_matchingpath()
11517 if (type == OP_ALLANY && !common->invalid_utf) in compile_iterator_matchingpath()
11519 if (type == OP_ALLANY) in compile_iterator_matchingpath()
11587 if (type == OP_ALLANY) in compile_iterator_matchingpath()
[all …]
H A Dpcre2_dfa_match.c1012 case OP_ALLANY: in internal_dfa_match()

Completed in 274 milliseconds