Home
last modified time | relevance | path

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

/PHP-7.4/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.c580 case OP_END: in compare_opcodes()
1225 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.c346 case OP_END: in pcre2_printint()
H A Dpcre2_internal.h1344 OP_END, /* 0 End of pattern */ enumerator
H A Dpcre2_match.c803 case OP_END: in match()
848 if (Fop == OP_END) RRETURN(MATCH_NOMATCH); in match()
H A Dpcre2_compile.c8501 if (c == OP_END) return NULL; in find_recurse()
10220 *code++ = OP_END; in pcre2_compile()
H A Dpcre2_jit_compile.c11015 *type = OP_END; in get_iterator_parameters()
11111 if (*type == OP_END) in get_iterator_parameters()
11785 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
11789 SLJIT_ASSERT(*ccend != OP_END && common->control_head_ptr != 0); in compile_matchingpath()

Completed in 100 milliseconds