Searched refs:OP_END (Results 1 – 9 of 9) sorted by relevance
76 if (c == OP_END) return NULL; in PRIV()
302 case OP_END: in pcre2_callout_enumerate()
598 case OP_END: in compare_opcodes()1247 case OP_END: in PRIV()
235 case OP_END: in find_minlength()1014 case OP_END: in set_start_bits()
377 case OP_END: in pcre2_printint()
1368 OP_END, /* 0 End of pattern */ enumerator
817 case OP_END: in match()864 if (Fop == OP_END) RRETURN(MATCH_NOMATCH); in match()
8628 if (c == OP_END) return NULL; in find_recurse()10347 *code++ = OP_END; in pcre2_compile()
11323 *type = OP_END; in get_iterator_parameters()11419 if (*type == OP_END) in get_iterator_parameters()12093 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()12097 SLJIT_ASSERT(*ccend != OP_END && common->control_head_ptr != 0); in compile_matchingpath()
Completed in 122 milliseconds