Searched refs:OP_ANY (Results 1 – 7 of 7) sorted by relevance
278 case OP_ANY: in find_minlength()856 case OP_ANY: in set_start_bits()1229 case OP_ANY: in set_start_bits()
2305 case OP_ANY: in match()4383 case OP_ANY: in match()4636 case OP_ANY: in match()5151 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5156 case OP_ANY: /* This is the non-NL case */ in match()5276 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()5281 case OP_ANY: /* This is the non-NL case */ in match()5706 case OP_ANY: in match()5948 case OP_ANY: in match()
1912 case OP_ANY: in find_fixedlength()2588 case OP_ANY: in could_be_empty_branch()2979 case OP_ANY: in get_chr_property_list()4823 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()8827 if (scode[1] != OP_ANY || (bracket_map & cd->backref_map) != 0 || in is_startline()
1903 OP_ANY, /* 12 Match any character except newline (\N) */ enumerator
171 OP_ANY match any one character other than newline
615 case OP_ANY: in next_opcode()1563 case OP_ANY: in get_framesize()3652 case OP_ANY: in scan_prefix()6300 case OP_ANY: in compile_char1_matchingpath()9339 case OP_ANY: in compile_matchingpath()
2887 OP_ALLANY, which is like OP_ANY but doesn't check the /s flag. Since /s2890 OP_ANY for "." when DOTALL was set, and then removing the runtime tests2891 on the OP_ANY path.
Completed in 188 milliseconds