Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c458 struct sljit_label *abort_label; member
5162 SLJIT_ASSERT(common->abort_label == NULL); in mainloop_entry()
9585 if (common->abort_label == NULL) in compile_callout_matchingpath()
9588 JUMPTO(SLJIT_NOT_EQUAL /* SIG_LESS */, common->abort_label); in compile_callout_matchingpath()
13801 common->quit_label = common->abort_label = LABEL(); in jit_compile()
13805 set_jumps(common->abort, common->abort_label); in jit_compile()
13807 SET_LABEL(minlength_check_failed, common->abort_label); in jit_compile()
13817 JUMPTO(SLJIT_JUMP, common->abort_label); in jit_compile()

Completed in 50 milliseconds