Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c461 struct sljit_label *abort_label; member
5236 SLJIT_ASSERT(common->abort_label == NULL); in mainloop_entry()
9816 if (common->abort_label == NULL) in compile_callout_matchingpath()
9819 JUMPTO(SLJIT_NOT_EQUAL /* SIG_LESS */, common->abort_label); in compile_callout_matchingpath()
14031 common->quit_label = common->abort_label = LABEL(); in jit_compile()
14035 set_jumps(common->abort, common->abort_label); in jit_compile()
14037 SET_LABEL(minlength_check_failed, common->abort_label); in jit_compile()
14047 JUMPTO(SLJIT_JUMP, common->abort_label); in jit_compile()

Completed in 31 milliseconds