Searched refs:regex_error_data (Results 1 – 3 of 3) sorted by relevance
23 struct regex_error_data { struct28 struct regex_error_data { argument90 struct regex_error_data *errordata) ;164 void regex_format_error(struct regex_error_data const *error_data, char *buffer,
71 struct regex_error_data *errordata) in regex_prepare_data()73 memset(errordata, 0, sizeof(struct regex_error_data)); in regex_prepare_data()333 struct regex_error_data *errordata) in regex_prepare_data()335 memset(errordata, 0, sizeof(struct regex_error_data)); in regex_prepare_data()546 void regex_format_error(struct regex_error_data const *error_data, char *buffer, in regex_format_error()
343 struct regex_error_data error_data; in compile_regex()