Home
last modified time | relevance | path

Searched refs:OP_END (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1781 case OP_END: in find_fixedlength()
3169 case OP_END: in compare_opcodes()
3775 case OP_END: in auto_possessify()
6029 *code = OP_END; in compile_branch()
6053 *code = OP_END; in compile_branch()
6451 *code = OP_END; in compile_branch()
6500 *code = OP_END; in compile_branch()
8424 *code = OP_END; in compile_regex()
8485 *code = OP_END; in compile_regex()
9441 *code++ = OP_END; in pcre_compile2()
[all …]
H A Dpcre_study.c162 case OP_END: in find_minlength()
871 case OP_END: in set_start_bits()
H A Dpcre_internal.h1891 OP_END, /* 0 End of pattern */ enumerator
H A DHACKING170 OP_END end of pattern
H A Dpcre_exec.c1488 case OP_END: in match()
1513 rrc = (op == OP_END)? MATCH_MATCH : MATCH_ACCEPT; in match()
H A Dpcre_jit_compile.c8282 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
8286 SLJIT_ASSERT(*ccend != OP_END && common->control_head_ptr != 0); in compile_matchingpath()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h445 OP_END = 1, /* pattern code terminator (success end) */ enumerator
H A Dregexec.c1316 case OP_END: MOP_IN(OP_END); in match_at()
H A Dregcomp.c5393 r = add_opcode(reg, OP_END); in onig_compile()
5676 { OP_END, "end", ARG_NON },
H A DHISTORY1094 is fail at OP_END in match_at().

Completed in 128 milliseconds