Lines Matching refs:regex
70 void regex_data_free(struct regex_data *regex) ;
79 * @arg regex If successful, the structure returned through *regex was allocated
89 int regex_prepare_data(struct regex_data **regex, char const *pattern_string,
97 * @arg regex If successful, the structure returned through *regex was allocated
102 * into regex, otherwise set to false to indicate later
109 struct regex_data **regex,
118 * @arg regex The precomplied regular expression data.
123 int regex_writef(struct regex_data *regex, FILE *fp,
129 * @arg regex The precompiled pattern.
140 int regex_match(struct regex_data *regex, char const *subject,