Lines Matching refs:ERR_STRING_DATA
125 DECLARE_LHASH_OF(ERR_STRING_DATA);
140 static const ERR_STRING_DATA ERR_str_libraries[] = {
173 static const ERR_STRING_DATA ERR_str_functs[] = {
187 static const ERR_STRING_DATA ERR_str_reasons[] = {
241 static LHASH_OF(ERR_STRING_DATA) *err_error_hash = NULL;
254 err_string_data_hash(const ERR_STRING_DATA *a) in err_string_data_hash()
262 static IMPLEMENT_LHASH_HASH_FN(err_string_data, ERR_STRING_DATA) in IMPLEMENT_LHASH_HASH_FN() argument
265 err_string_data_cmp(const ERR_STRING_DATA *a, const ERR_STRING_DATA *b) in IMPLEMENT_LHASH_HASH_FN()
269 static IMPLEMENT_LHASH_COMP_FN(err_string_data, ERR_STRING_DATA) in IMPLEMENT_LHASH_COMP_FN() argument
271 static LHASH_OF(ERR_STRING_DATA) * in IMPLEMENT_LHASH_COMP_FN()
274 LHASH_OF(ERR_STRING_DATA) *ret = NULL; in IMPLEMENT_LHASH_COMP_FN()
297 static const ERR_STRING_DATA *
298 err_get_item(const ERR_STRING_DATA *d) in err_get_item()
300 ERR_STRING_DATA *p; in err_get_item()
301 LHASH_OF(ERR_STRING_DATA) *hash; in err_get_item()
314 static const ERR_STRING_DATA *
315 err_set_item(const ERR_STRING_DATA *d) in err_set_item()
317 const ERR_STRING_DATA *p; in err_set_item()
318 LHASH_OF(ERR_STRING_DATA) *hash; in err_set_item()
331 static const ERR_STRING_DATA *
332 err_del_item(const ERR_STRING_DATA *d) in err_del_item()
334 ERR_STRING_DATA *p; in err_del_item()
335 LHASH_OF(ERR_STRING_DATA) *hash; in err_del_item()
471 static ERR_STRING_DATA SYS_str_reasons[NUM_SYS_STR_REASONS + 1];
493 ERR_STRING_DATA *str = &SYS_str_reasons[i - 1]; in err_build_SYS_str_reasons()
591 err_load_strings(int lib, ERR_STRING_DATA *str) in err_load_strings()
602 err_load_const_strings(const ERR_STRING_DATA *str) in err_load_const_strings()
705 ERR_load_strings(int lib, ERR_STRING_DATA *str) in ERR_load_strings()
713 ERR_load_const_strings(const ERR_STRING_DATA *str) in ERR_load_const_strings()
720 ERR_unload_strings(int lib, ERR_STRING_DATA *str) in ERR_unload_strings()
970 const ERR_STRING_DATA *p; in ERR_lib_error_string()
971 ERR_STRING_DATA d; in ERR_lib_error_string()
987 const ERR_STRING_DATA *p; in ERR_func_error_string()
988 ERR_STRING_DATA d; in ERR_func_error_string()
1002 const ERR_STRING_DATA *p = NULL; in ERR_reason_error_string()
1003 ERR_STRING_DATA d; in ERR_reason_error_string()