Searched refs:regex_error_data (Results 1 – 3 of 3) sorted by relevance
23 struct regex_error_data { struct28 struct regex_error_data { struct90 struct regex_error_data *errordata) ;164 void regex_format_error(struct regex_error_data const *error_data, char *buffer,
72 struct regex_error_data *errordata) in regex_prepare_data()74 memset(errordata, 0, sizeof(struct regex_error_data)); in regex_prepare_data()288 struct regex_error_data *errordata) in regex_prepare_data()290 memset(errordata, 0, sizeof(struct regex_error_data)); in regex_prepare_data()501 void regex_format_error(struct regex_error_data const *error_data, char *buffer, in regex_format_error()
350 struct regex_error_data error_data; in compile_regex()