Searched refs:regex_compiled (Results 1 – 4 of 4) sorted by relevance
47 bool regex_compiled; /* bool to indicate if the regex is compiled */ member346 bool regex_compiled; in compile_regex() local353 regex_compiled = in compile_regex()354 __atomic_load_n(&spec->regex_compiled, __ATOMIC_ACQUIRE); in compile_regex()358 regex_compiled = spec->regex_compiled; in compile_regex()360 if (regex_compiled) { in compile_regex()368 regex_compiled = in compile_regex()369 __atomic_load_n(&spec->regex_compiled, __ATOMIC_ACQUIRE); in compile_regex()373 regex_compiled = spec->regex_compiled; in compile_regex()375 if (regex_compiled) { in compile_regex()[all …]
112 int do_load_precompregex, bool *regex_compiled) in regex_load_mmap() argument117 *regex_compiled = false; in regex_load_mmap()146 *regex_compiled = true; in regex_load_mmap()322 int unused __attribute__((unused)), bool *regex_compiled) in regex_load_mmap() argument368 *regex_compiled = true; in regex_load_mmap()
112 bool *regex_compiled) hidden;
394 &spec->regex_compiled); in load_mmap()