Searched refs:regex_compiled (Results 1 – 5 of 5) sorted by relevance
51 bool regex_compiled; /* bool to indicate if the regex is compiled */ member347 bool regex_compiled; in compile_regex() local354 regex_compiled = in compile_regex()355 __atomic_load_n(&spec->regex_compiled, __ATOMIC_ACQUIRE); in compile_regex()359 regex_compiled = spec->regex_compiled; in compile_regex()361 if (regex_compiled) { in compile_regex()369 regex_compiled = in compile_regex()370 __atomic_load_n(&spec->regex_compiled, __ATOMIC_ACQUIRE); in compile_regex()374 regex_compiled = spec->regex_compiled; in compile_regex()376 if (regex_compiled) { in compile_regex()[all …]
106 int do_load_precompregex, bool *regex_compiled) in regex_load_mmap() argument111 *regex_compiled = false; in regex_load_mmap()135 *regex_compiled = true; in regex_load_mmap()367 int do_load_precompregex __attribute__((unused)), bool *regex_compiled) in regex_load_mmap() argument413 *regex_compiled = true; in regex_load_mmap()
111 bool *regex_compiled) ;
469 &spec->regex_compiled); in load_mmap()
42 m = regex_compiled.match(s)59 regex_compiled = re.compile(regex)