Lines Matching refs:ERR_STRING_DATA
122 DECLARE_LHASH_OF(ERR_STRING_DATA);
125 static void err_load_strings(int lib, ERR_STRING_DATA *str);
129 static ERR_STRING_DATA ERR_str_libraries[]=
162 static ERR_STRING_DATA ERR_str_functs[]=
180 static ERR_STRING_DATA ERR_str_reasons[]=
230 LHASH_OF(ERR_STRING_DATA) *(*cb_err_get)(int create);
232 ERR_STRING_DATA *(*cb_err_get_item)(const ERR_STRING_DATA *);
233 ERR_STRING_DATA *(*cb_err_set_item)(ERR_STRING_DATA *);
234 ERR_STRING_DATA *(*cb_err_del_item)(ERR_STRING_DATA *);
246 static LHASH_OF(ERR_STRING_DATA) *int_err_get(int create);
248 static ERR_STRING_DATA *int_err_get_item(const ERR_STRING_DATA *);
249 static ERR_STRING_DATA *int_err_set_item(ERR_STRING_DATA *);
250 static ERR_STRING_DATA *int_err_del_item(ERR_STRING_DATA *);
284 static LHASH_OF(ERR_STRING_DATA) *int_error_hash = NULL;
333 static unsigned long err_string_data_hash(const ERR_STRING_DATA *a) in err_string_data_hash()
341 static IMPLEMENT_LHASH_HASH_FN(err_string_data, ERR_STRING_DATA) in IMPLEMENT_LHASH_HASH_FN() argument
343 static int err_string_data_cmp(const ERR_STRING_DATA *a, in IMPLEMENT_LHASH_HASH_FN()
344 const ERR_STRING_DATA *b) in IMPLEMENT_LHASH_HASH_FN()
348 static IMPLEMENT_LHASH_COMP_FN(err_string_data, ERR_STRING_DATA) in IMPLEMENT_LHASH_COMP_FN() argument
350 static LHASH_OF(ERR_STRING_DATA) *int_err_get(int create) in IMPLEMENT_LHASH_COMP_FN()
352 LHASH_OF(ERR_STRING_DATA) *ret = NULL; in IMPLEMENT_LHASH_COMP_FN()
379 static ERR_STRING_DATA *int_err_get_item(const ERR_STRING_DATA *d) in int_err_get_item()
381 ERR_STRING_DATA *p; in int_err_get_item()
382 LHASH_OF(ERR_STRING_DATA) *hash; in int_err_get_item()
396 static ERR_STRING_DATA *int_err_set_item(ERR_STRING_DATA *d) in int_err_set_item()
398 ERR_STRING_DATA *p; in int_err_set_item()
399 LHASH_OF(ERR_STRING_DATA) *hash; in int_err_set_item()
413 static ERR_STRING_DATA *int_err_del_item(ERR_STRING_DATA *d) in int_err_del_item()
415 ERR_STRING_DATA *p; in int_err_del_item()
416 LHASH_OF(ERR_STRING_DATA) *hash; in int_err_del_item()
563 static ERR_STRING_DATA SYS_str_reasons[NUM_SYS_STR_REASONS + 1];
597 ERR_STRING_DATA *str = &SYS_str_reasons[i - 1]; in build_SYS_str_reasons()
670 static void err_load_strings(int lib, ERR_STRING_DATA *str) in err_load_strings()
681 void ERR_load_strings(int lib, ERR_STRING_DATA *str) in ERR_load_strings()
687 void ERR_unload_strings(int lib, ERR_STRING_DATA *str) in ERR_unload_strings()
922 LHASH_OF(ERR_STRING_DATA) *ERR_get_string_table(void) in LHASH_OF() argument
942 ERR_STRING_DATA d,*p; in ERR_lib_error_string()
954 ERR_STRING_DATA d,*p; in ERR_func_error_string()
967 ERR_STRING_DATA d,*p=NULL; in ERR_reason_error_string()