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()
600 case OP_END: in compare_opcodes()1253 case OP_END: in PRIV()
235 case OP_END: in find_minlength()1018 case OP_END: in set_start_bits()
376 case OP_END: in pcre2_printint()
1393 OP_END, /* 0 End of pattern */ enumerator
879 case OP_END: in match()905 if (Fop == OP_END) in match()5965 if (Fcurrent_recurse != 0 || Fecode[1+LINK_SIZE] != OP_END) break; in match()
8925 if (c == OP_END) return NULL; in find_recurse()10717 *code++ = OP_END; in pcre2_compile()
11711 *type = OP_END; in get_iterator_parameters()11807 if (*type == OP_END) in get_iterator_parameters()12481 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()12485 SLJIT_ASSERT(*ccend != OP_END && common->control_head_ptr != 0); in compile_matchingpath()
Completed in 90 milliseconds