Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c981 case OP_ANY: in internal_dfa_match()
1256 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1266 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1287 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1297 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()
1317 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
1327 (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()
1374 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()
[all …]
Dpcre2_study.c346 case OP_ANY: in find_minlength()
955 case OP_ANY: in set_start_bits()
1343 case OP_ANY: in set_start_bits()
Dpcre2_match.c859 case OP_ANY: in match()
2768 case OP_ANY: in match()
3021 case OP_ANY: in match()
3538 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) RRETURN(MATCH_NOMATCH); in match()
3542 case OP_ANY: /* This is the non-NL case */ in match()
3665 if (Lctype == OP_ANY && IS_NEWLINE(Feptr)) in match()
3670 case OP_ANY: /* This is the non-NL case */ in match()
4102 case OP_ANY: in match()
4351 case OP_ANY: in match()
Dpcre2_auto_possess.c371 case OP_ANY: in get_chr_property_list()
Dpcre2_internal.h1316 OP_ANY, /* 12 Match any character except newline (\N) */ enumerator
Dpcre2_compile.c5127 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
8023 if (scode[1] != OP_ANY || (bracket_map & cb->backref_map) != 0 || in is_startline()
Dpcre2_jit_compile.c672 case OP_ANY: in next_opcode()
1626 case OP_ANY: in get_framesize()
4057 case OP_ANY: in scan_prefix()
7396 case OP_ANY: in compile_char1_matchingpath()
10460 case OP_ANY: in compile_matchingpath()
/external/pcre/dist2/
DHACKING389 OP_ANY match any one character other than newline