Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c415 struct sljit_label *forced_quit_label; member
4193 SLJIT_ASSERT(common->forced_quit_label == NULL); in fast_forward_first_char2()
7218 if (common->forced_quit_label == NULL) in compile_callout_matchingpath()
7221 JUMPTO(SLJIT_NOT_EQUAL /* SIG_LESS */, common->forced_quit_label); in compile_callout_matchingpath()
11137 common->quit_label = common->forced_quit_label = LABEL(); in PRIV()
11141 set_jumps(common->forced_quit, common->forced_quit_label); in PRIV()
11143 SET_LABEL(minlength_check_failed, common->forced_quit_label); in PRIV()

Completed in 30 milliseconds