Searched refs:OP_ALLANY (Results 1 – 7 of 7) sorted by relevance
360 case OP_ALLANY: in find_minlength()997 case OP_ALLANY: in set_start_bits()1394 case OP_ALLANY: in set_start_bits()
897 case OP_ALLANY: in match()2943 case OP_ALLANY: in match()3195 case OP_ALLANY: in match()3768 case OP_ALLANY: in match()3896 case OP_ALLANY: in match()4393 case OP_ALLANY: in match()4641 case OP_ALLANY: in match()
391 case OP_ALLANY: in get_chr_property_list()
5605 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()5618 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()7886 *code++ = OP_ALLANY; in compile_branch()7923 *code++ = (meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()7925 *code++ = (!utf && meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()8455 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()
889 case OP_ALLANY: in next_opcode()1296 case OP_ALLANY: in detect_early_fail()2051 case OP_ALLANY: in get_framesize()5628 case OP_ALLANY: in scan_prefix()8808 case OP_ALLANY: in compile_char1_matchingpath()11573 else if (type == OP_ALLANY && !common->invalid_utf) in compile_iterator_matchingpath()11575 else if (type == OP_ALLANY) in compile_iterator_matchingpath()11825 if (type == OP_ALLANY && !common->invalid_utf) in compile_iterator_matchingpath()11827 if (type == OP_ALLANY) in compile_iterator_matchingpath()11895 if (type == OP_ALLANY) in compile_iterator_matchingpath()[all …]
1386 OP_ALLANY, /* 13 Match any character */ enumerator
1012 case OP_ALLANY: in internal_dfa_match()
Completed in 106 milliseconds