Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c645 case OP_ASSERTBACK_NOT: in next_opcode()
1100 case OP_ASSERTBACK_NOT: in set_private_data_ptrs()
1547 case OP_ASSERTBACK_NOT: in get_private_data_copy_length()
1727 case OP_ASSERTBACK_NOT: in copy_private_data()
3260 case OP_ASSERTBACK_NOT: in scan_prefix()
8424 case OP_ASSERTBACK_NOT: in compile_matchingpath()
8444 if (cc[1] > OP_ASSERTBACK_NOT) in compile_matchingpath()
8460 if (cc[1] > OP_ASSERTBACK_NOT) in compile_matchingpath()
9325 if (current->cc[1] > OP_ASSERTBACK_NOT) in compile_braminzero_backtrackingpath()
9539 case OP_ASSERTBACK_NOT: in compile_backtrackingpath()
[all …]
H A Dpcre_study.c172 case OP_ASSERTBACK_NOT: in find_minlength()
1004 case OP_ASSERTBACK_NOT: in set_start_bits()
H A Dpcre_compile.c1658 case OP_ASSERTBACK_NOT: in first_significant_code()
1800 case OP_ASSERTBACK_NOT: in find_fixedlength()
3170 case OP_ASSERTBACK_NOT: in compare_opcodes()
6944 bravalue = OP_ASSERTBACK_NOT; in compile_branch()
7558 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NOT && in compile_branch()
7578 bravalue == OP_ASSERTBACK_NOT), /* TRUE if back assert */ in compile_branch()
7602 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NOT) in compile_branch()
H A Dpcre_internal.h2067 OP_ASSERTBACK_NOT, /* 128 Negative lookbehind */ enumerator
H A DHACKING477 OP_ASSERTBACK and OP_ASSERTBACK_NOT, and the first opcode inside the assertion
H A Dpcre_exec.c1599 case OP_ASSERTBACK_NOT: in match()
1931 if ((*prev >= OP_ASSERT && *prev <= OP_ASSERTBACK_NOT) || in match()

Completed in 208 milliseconds