Searched refs:CHECKED_LHASH_OF (Results 1 – 1 of 1) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | lhash.h | 203 # define CHECKED_LHASH_OF(type,lh) \ macro 210 lh_error(CHECKED_LHASH_OF(type,lh)) 212 ((type *)lh_insert(CHECKED_LHASH_OF(type, lh), \ 215 ((type *)lh_retrieve(CHECKED_LHASH_OF(type, lh), \ 218 ((type *)lh_delete(CHECKED_LHASH_OF(type, lh), \ 220 # define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) 224 # define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load) 226 lh_node_stats_bio(CHECKED_LHASH_OF(type, lh), out) 228 lh_node_usage_stats_bio(CHECKED_LHASH_OF(type, lh), out) 230 lh_stats_bio(CHECKED_LHASH_OF(type, lh), out) [all …]
|
Completed in 2 milliseconds