Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1816 case OP_ASSERT: in find_fixedlength()
2413 if (c == OP_ASSERT) in could_be_empty_branch()
3186 case OP_ASSERT: in compare_opcodes()
5971 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
6974 bravalue = OP_ASSERT; in compile_branch()
7676 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NOT && in compile_branch()
7724 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NOT) in compile_branch()
7873 else if (bravalue == OP_ASSERT && subreqcharflags >= 0) in compile_branch()
8625 else if (op == OP_ASSERT || op == OP_COND) in is_anchored()
8744 else if (op == OP_ASSERT) in is_startline()
[all …]
H A Dpcre_study.c173 case OP_ASSERT: in find_minlength()
972 case OP_ASSERT: in set_start_bits()
H A Dpcre_jit_compile.c642 case OP_ASSERT: in next_opcode()
1101 case OP_ASSERT: in set_private_data_ptrs()
1567 case OP_ASSERT: in get_private_data_copy_length()
1747 case OP_ASSERT: in copy_private_data()
1999 if (*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) in set_then_offsets()
3286 case OP_ASSERT: in scan_prefix()
6499 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()
6698 if (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) in compile_assert_matchingpath()
8463 case OP_ASSERT: in compile_matchingpath()
8839 if (*cc == OP_ASSERT || *cc == OP_ASSERTBACK) in compile_assert_backtrackingpath()
[all …]
H A Dpcre_internal.h2072 OP_ASSERT, /* 125 Positive lookahead */ enumerator
H A DHACKING476 of the opcodes OP_ASSERT or OP_ASSERT_NOT. Backward assertions use the opcodes
H A Dpcre_exec.c1527 case OP_ASSERT: in match()
1931 if ((*prev >= OP_ASSERT && *prev <= OP_ASSERTBACK_NOT) || in match()

Completed in 120 milliseconds