Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c76 if (c == OP_END) return NULL; in PRIV()
H A Dpcre2_pattern_info.c302 case OP_END: in pcre2_callout_enumerate()
H A Dpcre2_auto_possess.c600 case OP_END: in compare_opcodes()
1253 case OP_END: in PRIV()
H A Dpcre2_study.c235 case OP_END: in find_minlength()
1018 case OP_END: in set_start_bits()
H A Dpcre2_printint.c376 case OP_END: in pcre2_printint()
H A Dpcre2_internal.h1393 OP_END, /* 0 End of pattern */ enumerator
H A Dpcre2_match.c879 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()
H A Dpcre2_compile.c8925 if (c == OP_END) return NULL; in find_recurse()
10717 *code++ = OP_END; in pcre2_compile()
H A Dpcre2_jit_compile.c11711 *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 98 milliseconds