Searched refs:OP_ALLANY (Results 1 – 8 of 8) sorted by relevance
279 case OP_ALLANY: in find_minlength()855 case OP_ALLANY: in set_start_bits()1230 case OP_ALLANY: in set_start_bits()
2321 case OP_ALLANY: in match()4406 case OP_ALLANY: in match()4658 case OP_ALLANY: in match()5168 case OP_ALLANY: in match()5293 case OP_ALLANY: in match()5729 case OP_ALLANY: in match()5970 case OP_ALLANY: in match()
1912 case OP_ALLANY: in find_fixedlength()2588 case OP_ALLANY: in could_be_empty_branch()2979 case OP_ALLANY: in get_chr_property_list()4786 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()4880 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()8074 *code++ = (!utf && escape == ESC_C)? OP_ALLANY : escape; in compile_branch()8645 if (scode[1] != OP_ALLANY || (bracket_map & cd->backref_map) != 0 || in is_anchored()
1904 OP_ALLANY, /* 13 Match any character */ enumerator
601 case OP_ALLANY: in next_opcode()1355 case OP_ALLANY: in get_framesize()3418 case OP_ALLANY: in scan_prefix()5382 case OP_ALLANY: in compile_char1_matchingpath()7933 case OP_ALLANY: in compile_iterator_matchingpath()8308 case OP_ALLANY: in compile_matchingpath()
172 OP_ALLANY match any one character, including newline
922 case OP_ALLANY: in internal_dfa_exec()
2701 OP_ALLANY, which is like OP_ANY but doesn't check the /s flag. Since /s2703 improvement to matching performance by compiling OP_ALLANY instead of