Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c993 case OP_ANY: in internal_dfa_match()
1270 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1280 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1301 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1311 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1331 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1341 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1359 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1369 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1388 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
[all …]
H A Dpcre2_study.c359 case OP_ANY: in find_minlength()
998 case OP_ANY: in set_start_bits()
1393 case OP_ANY: in set_start_bits()
H A Dpcre2_match.c879 case OP_ANY: in match()
2841 case OP_ANY: in match()
3094 case OP_ANY: in match()
3611 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3615 case OP_ANY: /* This is the non-NL case */ in match()
3738 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) in match()
3743 case OP_ANY: /* This is the non-NL case */ in match()
4175 case OP_ANY: in match()
4424 case OP_ANY: in match()
H A Dpcre2_auto_possess.c373 case OP_ANY: in get_chr_property_list()
H A Dpcre2_internal.h1360 OP_ANY, /* 12 Match any character except newline (\N) */ enumerator
H A Dpcre2_jit_compile.c883 case OP_ANY: in next_opcode()
1288 case OP_ANY: in detect_early_fail()
2049 case OP_ANY: in get_framesize()
5549 case OP_ANY: in scan_prefix()
8478 case OP_ANY: in compile_char1_matchingpath()
11820 case OP_ANY: in compile_matchingpath()
H A Dpcre2_compile.c5499 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
8459 if (scode[1] != OP_ANY || (bracket_map & cb->backref_map) != 0 || in is_startline()

Completed in 99 milliseconds