Searched refs:ERR_STRING_DATA (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | err.h | 317 } ERR_STRING_DATA; typedef 350 void ERR_load_strings(int lib, ERR_STRING_DATA str[]); 351 void ERR_unload_strings(int lib, ERR_STRING_DATA str[]); 363 LHASH_OF(ERR_STRING_DATA) *ERR_get_string_table(void);
|
| H A D | safestack.h | 2533 # define lh_ERR_STRING_DATA_new() LHM_lh_new(ERR_STRING_DATA,err_string_data) 2534 # define lh_ERR_STRING_DATA_insert(lh,inst) LHM_lh_insert(ERR_STRING_DATA,lh,inst) 2535 # define lh_ERR_STRING_DATA_retrieve(lh,inst) LHM_lh_retrieve(ERR_STRING_DATA,lh,inst) 2536 # define lh_ERR_STRING_DATA_delete(lh,inst) LHM_lh_delete(ERR_STRING_DATA,lh,inst) 2537 # define lh_ERR_STRING_DATA_doall(lh,fn) LHM_lh_doall(ERR_STRING_DATA,lh,fn) 2539 LHM_lh_doall_arg(ERR_STRING_DATA,lh,fn,arg_type,arg) 2540 # define lh_ERR_STRING_DATA_error(lh) LHM_lh_error(ERR_STRING_DATA,lh) 2541 # define lh_ERR_STRING_DATA_num_items(lh) LHM_lh_num_items(ERR_STRING_DATA,lh) 2542 # define lh_ERR_STRING_DATA_down_load(lh) LHM_lh_down_load(ERR_STRING_DATA,lh) 2544 LHM_lh_node_stats_bio(ERR_STRING_DATA,lh,out) [all …]
|