Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c435 BOOL local_quit_available; member
9630 BOOL local_quit_available = FALSE; in compile_assert_matchingpath() local
9641 BOOL save_local_quit_available = common->local_quit_available; in compile_assert_matchingpath()
9736 local_quit_available = TRUE; in compile_assert_matchingpath()
9737 common->local_quit_available = TRUE; in compile_assert_matchingpath()
9759 if (local_quit_available) in compile_assert_matchingpath()
9761 common->local_quit_available = save_local_quit_available; in compile_assert_matchingpath()
9838 if (local_quit_available) in compile_assert_matchingpath()
9840 common->local_quit_available = save_local_quit_available; in compile_assert_matchingpath()
9860 if (local_quit_available) in compile_assert_matchingpath()
[all …]