Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
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 …]
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()
Dpcre2_match.c882 case OP_ANY: in match()
2920 case OP_ANY: in match()
3173 case OP_ANY: in match()
3752 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3756 case OP_ANY: /* This is the non-NL case */ in match()
3879 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) in match()
3884 case OP_ANY: /* This is the non-NL case */ in match()
4370 case OP_ANY: in match()
4619 case OP_ANY: in match()
Dpcre2_auto_possess.c390 case OP_ANY: in get_chr_property_list()
Dpcre2_internal.h1385 OP_ANY, /* 12 Match any character except newline (\N) */ enumerator
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()
Dpcre2_compile.c5605 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
8584 if (scode[1] != OP_ANY || (bracket_map & cb->backref_map) != 0 || in is_startline()
/third_party/pcre2/pcre2/
DHACKING391 OP_ANY match any one character other than newline