Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c458 struct sljit_label *abort_label; member
5158 SLJIT_ASSERT(common->abort_label == NULL); in mainloop_entry()
9508 if (common->abort_label == NULL) in compile_callout_matchingpath()
9511 JUMPTO(SLJIT_NOT_EQUAL32 /* SIG_LESS */, common->abort_label); in compile_callout_matchingpath()
13722 common->quit_label = common->abort_label = LABEL(); in jit_compile()
13726 set_jumps(common->abort, common->abort_label); in jit_compile()
13728 SET_LABEL(minlength_check_failed, common->abort_label); in jit_compile()
13738 JUMPTO(SLJIT_JUMP, common->abort_label); in jit_compile()

Completed in 33 milliseconds