Searched refs:OP_ALLANY (Results 1 – 8 of 8) sorted by relevance
348 case OP_ALLANY: in find_minlength()955 case OP_ALLANY: in set_start_bits()1346 case OP_ALLANY: in set_start_bits()
875 case OP_ALLANY: in match()2792 case OP_ALLANY: in match()3044 case OP_ALLANY: in match()3555 case OP_ALLANY: in match()3683 case OP_ALLANY: in match()4126 case OP_ALLANY: in match()4374 case OP_ALLANY: in match()
372 case OP_ALLANY: in get_chr_property_list()
5411 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()5424 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()7646 *code++ = OP_ALLANY; in compile_branch()7673 *code++ = (meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()7675 *code++ = (!utf && meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()8202 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()
1351 OP_ALLANY, /* 13 Match any character */ enumerator
1007 case OP_ALLANY: in internal_dfa_match()
859 case OP_ALLANY: in next_opcode()1823 case OP_ALLANY: in get_framesize()5206 case OP_ALLANY: in scan_prefix()7658 compile_char1_matchingpath(common, OP_ALLANY, cc, backtracks, FALSE); in compile_xclass_matchingpath()8682 case OP_ALLANY: in compile_char1_matchingpath()11866 case OP_ALLANY: in compile_matchingpath()
390 OP_ALLANY match any one character, including newline428 OP_ALLANY is used for '.' when PCRE2_DOTALL is set. It is also used for \C in