Searched refs:forced_quit (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 439 jump_list *forced_quit; member 3378 add_jump(compiler, &common->forced_quit, CMP(SLJIT_LESS, TMP2, 0, STR_PTR, 0)); in mainloop_entry() 4214 add_jump(compiler, &common->forced_quit, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_first_char2() 7239 add_jump(compiler, &common->forced_quit, JUMP(SLJIT_SIG_LESS)); in compile_callout_matchingpath() 11153 if (common->forced_quit != NULL) in jit_compile() 11154 set_jumps(common->forced_quit, common->forced_quit_label); in jit_compile()
|