Searched refs:OP_END (Results 1 – 11 of 11) sorted by relevance
1782 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 …]
162 case OP_END: in find_minlength()871 case OP_END: in set_start_bits()
364 case OP_END: in pcre_printint()
1887 OP_END, /* 0 End of pattern */ enumerator
170 OP_END end of pattern
1488 case OP_END: in match()1513 rrc = (op == OP_END)? MATCH_MATCH : MATCH_ACCEPT; in match()
8665 *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()
423 OP_END = 1, /* pattern code terminator (success end) */ enumerator
1364 case OP_END: MOP_IN(OP_END); in match_at()
5418 r = add_opcode(reg, OP_END); in onig_compile()5711 { OP_END, "end", ARG_NON },
1206 is fail at OP_END in match_at().
Completed in 126 milliseconds