Lines Matching refs:ERR_STRING_DATA
33 static int err_load_strings(const ERR_STRING_DATA *str);
38 static ERR_STRING_DATA ERR_str_libraries[] = {
89 static ERR_STRING_DATA ERR_str_reasons[] = {
150 static ERR_STRING_DATA *int_err_get_item(const ERR_STRING_DATA *);
158 static LHASH_OF(ERR_STRING_DATA) *int_error_hash = NULL;
172 static unsigned long err_string_data_hash(const ERR_STRING_DATA *a)
181 static int err_string_data_cmp(const ERR_STRING_DATA *a,
182 const ERR_STRING_DATA *b)
189 static ERR_STRING_DATA *int_err_get_item(const ERR_STRING_DATA *d)
191 ERR_STRING_DATA *p = NULL;
249 static void err_patch(int lib, ERR_STRING_DATA *str)
260 static int err_load_strings(const ERR_STRING_DATA *str)
266 (ERR_STRING_DATA *)str);
284 int ERR_load_strings(int lib, ERR_STRING_DATA *str)
297 int ERR_load_strings_const(const ERR_STRING_DATA *str)
308 int ERR_unload_strings(int lib, ERR_STRING_DATA *str)
589 ERR_STRING_DATA d, *p;
615 ERR_STRING_DATA d, *p = NULL;