Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c167 case OP_ASSERT: in find_minlength()
865 case OP_ASSERT: in set_start_bits()
H A Dpcre_compile.c1809 case OP_ASSERT: in find_fixedlength()
2376 if (c == OP_ASSERT) in could_be_empty_branch()
5099 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
5956 bravalue = OP_ASSERT; in compile_branch()
6572 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NOT) in compile_branch()
6721 else if (bravalue == OP_ASSERT && subreqcharflags >= 0) in compile_branch()
7461 else if (op == OP_ASSERT || op == OP_COND) in is_anchored()
7579 else if (op == OP_ASSERT) in is_startline()
7669 case OP_ASSERT: in find_firstassertedchar()
7673 d = find_firstassertedchar(scode, &dflags, op == OP_ASSERT); in find_firstassertedchar()
H A Dpcre_printint.src256 case OP_ASSERT:
H A Dpcre_internal.h2056 OP_ASSERT, /* 119 Positive lookahead */ enumerator
H A DHACKING414 the opcodes OP_ASSERT or OP_ASSERT_NOT. Backward assertions use the opcodes
H A Dpcre_exec.c1577 case OP_ASSERT: in match()
1911 if ((*prev >= OP_ASSERT && *prev <= OP_ASSERTBACK_NOT) || in match()

Completed in 69 milliseconds