Searched refs:regex_compiled (Results 1 – 4 of 4) sorted by relevance
51 bool regex_compiled; /* bool to indicate if the regex is compiled */ member350 bool regex_compiled; in compile_regex() local357 regex_compiled = in compile_regex()358 __atomic_load_n(&spec->regex_compiled, __ATOMIC_ACQUIRE); in compile_regex()362 regex_compiled = spec->regex_compiled; in compile_regex()364 if (regex_compiled) { in compile_regex()372 regex_compiled = in compile_regex()373 __atomic_load_n(&spec->regex_compiled, __ATOMIC_ACQUIRE); in compile_regex()377 regex_compiled = spec->regex_compiled; in compile_regex()379 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()