Searched refs:regex_compiled (Results 1 – 4 of 4) sorted by relevance
51 bool regex_compiled; /* bool to indicate if the regex is compiled */ member354 bool regex_compiled; in compile_regex() local361 regex_compiled = in compile_regex()362 __atomic_load_n(&spec->regex_compiled, __ATOMIC_ACQUIRE); in compile_regex()366 regex_compiled = spec->regex_compiled; in compile_regex()368 if (regex_compiled) { in compile_regex()376 regex_compiled = in compile_regex()377 __atomic_load_n(&spec->regex_compiled, __ATOMIC_ACQUIRE); in compile_regex()381 regex_compiled = spec->regex_compiled; in compile_regex()383 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 do_load_precompregex __attribute__((unused)), bool *regex_compiled) in regex_load_mmap() argument368 *regex_compiled = true; in regex_load_mmap()
111 bool *regex_compiled) ;
397 &spec->regex_compiled); in load_mmap()