Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c1782 case OP_END: in find_fixedlength()
3170 case OP_END: in compare_opcodes()
3776 case OP_END: in auto_possessify()
6111 *code = OP_END; in compile_branch()
6135 *code = OP_END; in compile_branch()
6533 *code = OP_END; in compile_branch()
6582 *code = OP_END; in compile_branch()
8486 *code = OP_END; in compile_regex()
8547 *code = OP_END; in compile_regex()
9504 *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_printint.c364 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.c1488 case OP_END: in match()
1513 rrc = (op == OP_END)? MATCH_MATCH : MATCH_ACCEPT; in match()
H A Dpcre_jit_compile.c8665 *type = OP_END; in get_iterator_parameters()
8761 if (*type == OP_END) in get_iterator_parameters()
9304 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
9308 SLJIT_ASSERT(*ccend != OP_END && common->control_head_ptr != 0); in compile_matchingpath()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h423 OP_END = 1, /* pattern code terminator (success end) */ enumerator
H A Dregexec.c1364 case OP_END: MOP_IN(OP_END); in match_at()
H A Dregcomp.c5418 r = add_opcode(reg, OP_END); in onig_compile()
5711 { OP_END, "end", ARG_NON },
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1206 is fail at OP_END in match_at().

Completed in 123 milliseconds