Home | History | Annotate | Download | only in src

Lines Matching full:regex

71 void regex_data_free(struct regex_data *regex) hidden;
80 * @arg regex If successful, the structure returned through *regex was allocated
90 int regex_prepare_data(struct regex_data **regex, char const *pattern_string,
98 * @arg regex If successful, the structure returned through *regex was allocated
103 * into regex, otherwise set to false to indicate later
110 struct regex_data **regex,
119 * @arg regex The precomplied regular expression data.
124 int regex_writef(struct regex_data *regex, FILE *fp,
130 * @arg regex The precompiled pattern.
141 int regex_match(struct regex_data *regex, char const *subject,