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.c430 BOOL local_quit_available; member
8371 BOOL local_quit_available = FALSE; in compile_assert_matchingpath() local
8382 BOOL save_local_quit_available = common->local_quit_available; in compile_assert_matchingpath()
8477 local_quit_available = TRUE; in compile_assert_matchingpath()
8478 common->local_quit_available = TRUE; in compile_assert_matchingpath()
8500 if (local_quit_available) in compile_assert_matchingpath()
8502 common->local_quit_available = save_local_quit_available; in compile_assert_matchingpath()
8579 if (local_quit_available) in compile_assert_matchingpath()
8581 common->local_quit_available = save_local_quit_available; in compile_assert_matchingpath()
8601 if (local_quit_available) in compile_assert_matchingpath()
[all …]