Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c993 case OP_ANY: in internal_dfa_match()
1284 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1294 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1315 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1325 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1345 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1355 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1373 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1383 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1402 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.c896 case OP_ANY: in match()
2934 case OP_ANY: in match()
3187 case OP_ANY: in match()
3766 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3770 case OP_ANY: /* This is the non-NL case */ in match()
3893 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) in match()
3898 case OP_ANY: /* This is the non-NL case */ in match()
4384 case OP_ANY: in match()
4633 case OP_ANY: in match()
H A Dpcre2_auto_possess.c390 case OP_ANY: in get_chr_property_list()
H A Dpcre2_internal.h1384 OP_ANY, /* 12 Match any character except newline (\N) */ enumerator
H A Dpcre2_jit_compile.c888 case OP_ANY: in next_opcode()
1295 case OP_ANY: in detect_early_fail()
2050 case OP_ANY: in get_framesize()
5627 case OP_ANY: in scan_prefix()
8786 case OP_ANY: in compile_char1_matchingpath()
12128 case OP_ANY: in compile_matchingpath()
H A Dpcre2_compile.c5607 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
8586 if (scode[1] != OP_ANY || (bracket_map & cb->backref_map) != 0 || in is_startline()

Completed in 118 milliseconds