Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c995 case OP_ANY: 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()
1332 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1342 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1362 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1372 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1390 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1400 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1419 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
[all …]
H A Dpcre2_study.c362 case OP_ANY: in find_minlength()
1002 case OP_ANY: in set_start_bits()
1483 case OP_ANY: in set_start_bits()
H A Dpcre2_match.c947 case OP_ANY: in match()
3005 case OP_ANY: in match()
3258 case OP_ANY: in match()
3846 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3850 case OP_ANY: /* This is the non-NL case */ in match()
3973 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) in match()
3978 case OP_ANY: /* This is the non-NL case */ in match()
4477 case OP_ANY: in match()
4726 case OP_ANY: in match()
H A Dpcre2_auto_possess.c390 case OP_ANY: in get_chr_property_list()
H A Dpcre2_internal.h1409 OP_ANY, /* 12 Match any character except newline (\N) */ enumerator
H A Dpcre2_jit_compile.c929 case OP_ANY: in next_opcode()
1344 case OP_ANY: in detect_early_fail()
2148 case OP_ANY: in get_framesize()
5781 case OP_ANY: in scan_prefix()
9008 case OP_ANY: in compile_char1_matchingpath()
12517 case OP_ANY: in compile_matchingpath()
H A Dpcre2_compile.c5856 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
8883 if (scode[1] != OP_ANY || (bracket_map & cb->backref_map) != 0 || in is_startline()

Completed in 101 milliseconds