Searched refs:OP_ALLANY (Results 1 – 8 of 8) sorted by relevance
347 case OP_ALLANY: in find_minlength()954 case OP_ALLANY: in set_start_bits()1344 case OP_ALLANY: in set_start_bits()
874 case OP_ALLANY: in match()2791 case OP_ALLANY: in match()3043 case OP_ALLANY: in match()3554 case OP_ALLANY: in match()3682 case OP_ALLANY: in match()4125 case OP_ALLANY: in match()4373 case OP_ALLANY: in match()
372 case OP_ALLANY: in get_chr_property_list()
5127 *code++ = ((options & PCRE2_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()5140 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()7365 *code++ = (meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()7367 *code++ = (!utf && meta_arg == ESC_C)? OP_ALLANY : meta_arg; in compile_branch()7894 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()
1317 OP_ALLANY, /* 13 Match any character */ enumerator
673 case OP_ALLANY: in next_opcode()1627 case OP_ALLANY: in get_framesize()4058 case OP_ALLANY: in scan_prefix()6519 compile_char1_matchingpath(common, OP_ALLANY, cc, backtracks, FALSE); in compile_xclass_matchingpath()7418 case OP_ALLANY: in compile_char1_matchingpath()10461 case OP_ALLANY: in compile_matchingpath()
1000 case OP_ALLANY: in internal_dfa_match()
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