Home
last modified time | relevance | path

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

/PHP-8.3/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.c598 case OP_END: in compare_opcodes()
1247 case OP_END: in PRIV()
H A Dpcre2_study.c235 case OP_END: in find_minlength()
1014 case OP_END: in set_start_bits()
H A Dpcre2_printint.c377 case OP_END: in pcre2_printint()
H A Dpcre2_internal.h1368 OP_END, /* 0 End of pattern */ enumerator
H A Dpcre2_match.c817 case OP_END: in match()
864 if (Fop == OP_END) RRETURN(MATCH_NOMATCH); in match()
H A Dpcre2_compile.c8628 if (c == OP_END) return NULL; in find_recurse()
10347 *code++ = OP_END; in pcre2_compile()
H A Dpcre2_jit_compile.c11323 *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 101 milliseconds