Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c1779 case OP_END: in find_fixedlength()
3167 case OP_END: in compare_opcodes()
3773 case OP_END: in auto_possessify()
6027 *code = OP_END; in compile_branch()
6051 *code = OP_END; in compile_branch()
6449 *code = OP_END; in compile_branch()
6498 *code = OP_END; in compile_branch()
8427 *code = OP_END; in compile_regex()
8488 *code = OP_END; in compile_regex()
9444 *code++ = OP_END; in pcre_compile2()
[all …]
H A Dpcre_study.c160 case OP_END: in find_minlength()
869 case OP_END: in set_start_bits()
H A Dpcre_printint.c362 case OP_END: in pcre_printint()
H A Dpcre_internal.h1887 OP_END, /* 0 End of pattern */ enumerator
H A DHACKING170 OP_END end of pattern
H A Dpcre_exec.c1486 case OP_END: in match()
1511 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-7.0/ext/mbstring/oniguruma/
H A Dregint.h449 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.c5392 r = add_opcode(reg, OP_END); in onig_compile()
5708 { OP_END, "end", ARG_NON },
H A DHISTORY1118 is fail at OP_END in match_at().

Completed in 132 milliseconds