Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c1762 case OP_END: in find_fixedlength()
3150 case OP_END: in compare_opcodes()
3756 case OP_END: in auto_possessify()
5987 *code = OP_END; in compile_branch()
6011 *code = OP_END; in compile_branch()
6403 *code = OP_END; in compile_branch()
6452 *code = OP_END; in compile_branch()
8298 *code = OP_END; in compile_regex()
8359 *code = OP_END; in compile_regex()
9314 *code++ = OP_END; in pcre_compile2()
[all …]
H A Dpcre_study.c158 case OP_END: in find_minlength()
865 case OP_END: in set_start_bits()
H A Dpcre_internal.h1883 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.c8240 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
8244 SLJIT_ASSERT(*ccend != OP_END && common->control_head_ptr != 0); in compile_matchingpath()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregint.h553 OP_END = 1, /* pattern code terminator (success end) */ enumerator
H A Dregexec.c1498 case OP_END: STAT_OP_IN(OP_END); in match_at()
H A Dregcomp.c5260 r = add_opcode(reg, OP_END); in onig_compile()
5471 { OP_END, "end", ARG_NON },
H A DHISTORY889 is fail at OP_END in match_at().

Completed in 108 milliseconds