Searched refs:compile_regex (Results 1 – 2 of 2) sorted by relevance
328 static regex_t *compile_regex(char *pat) in compile_regex() function803 field_regex = compile_regex("^([[:alpha:]_][[:alnum:]_]+)::([[:alpha:]_][[:alnum:]_]+)"); in test_ctx_rewrite()804 ident_regex = compile_regex("^[[:alpha:]_][[:alnum:]_]+"); in test_ctx_rewrite()
151 static int compile_regex(const char *pattern, regex_t *regex) in compile_regex() function218 err = compile_regex(pattern, &msg->regex); in __push_msg()