Searched refs:compile_pattern (Results 1 – 3 of 3) sorted by relevance
145 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *c… in compile_pattern() function
354 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *c…
192 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0) in set_pattern()