Searched refs:OP_ALLANY (Results 1 – 7 of 7) sorted by relevance
363 case OP_ALLANY: in find_minlength()1001 case OP_ALLANY: in set_start_bits()1484 case OP_ALLANY: in set_start_bits()
391 case OP_ALLANY: in get_chr_property_list()
962 case OP_ALLANY: in match()3028 case OP_ALLANY: in match()3280 case OP_ALLANY: in match()3862 case OP_ALLANY: in match()3990 case OP_ALLANY: in match()4500 case OP_ALLANY: in match()4748 case OP_ALLANY: in match()
5856 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()5869 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()8147 *code++ = OP_ALLANY; in compile_branch()8187 meta_arg = OP_ALLANY; in compile_branch()8189 if (!utf) meta_arg = OP_ALLANY; in compile_branch()8754 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()
930 case OP_ALLANY: in next_opcode()1345 case OP_ALLANY: in detect_early_fail()2149 case OP_ALLANY: in get_framesize()5782 case OP_ALLANY: in scan_prefix()9030 case OP_ALLANY: in compile_char1_matchingpath()11961 else if (type == OP_ALLANY && !common->invalid_utf) in compile_iterator_matchingpath()11963 else if (type == OP_ALLANY) in compile_iterator_matchingpath()12213 if (type == OP_ALLANY && !common->invalid_utf) in compile_iterator_matchingpath()12215 if (type == OP_ALLANY) in compile_iterator_matchingpath()12283 if (type == OP_ALLANY) in compile_iterator_matchingpath()[all …]
1410 OP_ALLANY, /* 13 Match any character */ enumerator
1014 case OP_ALLANY: in internal_dfa_match()
Completed in 92 milliseconds