Searched refs:ERR_STRING_DATA (Results 1 – 2 of 2) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
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);
|
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) 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) 2546 LHM_lh_node_usage_stats_bio(ERR_STRING_DATA,lh,out) 2548 LHM_lh_stats_bio(ERR_STRING_DATA,lh,out) [all …]
|
Completed in 32 milliseconds