Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c429 struct sljit_label *forced_quit_label; member
3321 SLJIT_ASSERT(common->forced_quit_label == NULL); in mainloop_entry()
4212 SLJIT_ASSERT(common->forced_quit_label == NULL); in fast_forward_first_char2()
7238 if (common->forced_quit_label == NULL) in compile_callout_matchingpath()
7241 JUMPTO(SLJIT_SIG_LESS, common->forced_quit_label); in compile_callout_matchingpath()
11150 common->quit_label = common->forced_quit_label = LABEL(); in jit_compile()
11154 set_jumps(common->forced_quit, common->forced_quit_label); in jit_compile()
11156 SET_LABEL(minlength_check_failed, common->forced_quit_label); in jit_compile()