Home
last modified time | relevance | path

Searched refs:OP_ALLANY (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c273 case OP_ALLANY: in find_minlength()
771 case OP_ALLANY: in set_start_bits()
1130 case OP_ALLANY: in set_start_bits()
H A Dpcre_exec.c2299 case OP_ALLANY: in match()
4297 case OP_ALLANY: in match()
4554 case OP_ALLANY: in match()
5051 case OP_ALLANY: in match()
5176 case OP_ALLANY: in match()
5601 case OP_ALLANY: in match()
5847 case OP_ALLANY: in match()
H A Dpcre_compile.c1905 case OP_ALLANY: in find_fixedlength()
2534 case OP_ALLANY: in could_be_empty_branch()
4015 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
4086 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()
6929 *code++ = (!utf && escape == ESC_C)? OP_ALLANY : escape; in compile_branch()
7481 if (scode[1] != OP_ALLANY || (bracket_map & cd->backref_map) != 0 || in is_anchored()
H A Dpcre_internal.h1904 OP_ALLANY, /* 13 Match any character */ enumerator
H A DHACKING164 OP_ALLANY match any one character, including newline
H A DChangeLog1764 OP_ALLANY, which is like OP_ANY but doesn't check the /s flag. Since /s
1766 improvement to matching performance by compiling OP_ALLANY instead of

Completed in 89 milliseconds