Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c484 struct sljit_label *abort_label; member
5388 SLJIT_ASSERT(common->abort_label == NULL); in mainloop_entry()
9963 if (common->abort_label == NULL) in compile_callout_matchingpath()
9966 JUMPTO(SLJIT_NOT_EQUAL /* SIG_LESS */, common->abort_label); in compile_callout_matchingpath()
14422 common->quit_label = common->abort_label = LABEL(); in jit_compile()
14426 set_jumps(common->abort, common->abort_label); in jit_compile()
14428 SET_LABEL(minlength_check_failed, common->abort_label); in jit_compile()
14438 JUMPTO(SLJIT_JUMP, common->abort_label); in jit_compile()

Completed in 38 milliseconds