Searched refs:OP_ANY (Results 1 – 8 of 8) sorted by relevance
840 case OP_ANY: in internal_dfa_match()1115 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()1125 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1146 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()1156 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1176 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()1186 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1204 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()1214 (d != OP_ANY || !IS_NEWLINE(ptr)) && in internal_dfa_match()1233 if (d == OP_ANY && ptr + 1 >= mb->end_subject && in internal_dfa_match()[all …]
335 case OP_ANY: in find_minlength()912 case OP_ANY: in set_start_bits()1294 case OP_ANY: in set_start_bits()
2382 case OP_ANY: in match()4473 case OP_ANY: in match()4726 case OP_ANY: in match()5241 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5246 case OP_ANY: /* This is the non-NL case */ in match()5366 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5371 case OP_ANY: /* This is the non-NL case */ in match()5800 case OP_ANY: in match()6046 case OP_ANY: in match()
371 case OP_ANY: in get_chr_property_list()
1362 OP_ANY, /* 12 Match any character except newline (\N) */ enumerator
1114 case OP_ANY: in find_fixedlength()1588 case OP_ANY: in could_be_empty_branch()4217 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()8113 if (scode[1] != OP_ANY || (bracket_map & cb->backref_map) != 0 || in is_startline()
631 case OP_ANY: in next_opcode()1584 case OP_ANY: in get_framesize()3663 case OP_ANY: in scan_prefix()6308 case OP_ANY: in compile_char1_matchingpath()9366 case OP_ANY: in compile_matchingpath()
192 OP_ANY match any one character other than newline