Home
last modified time | relevance | path

Searched refs:lh (Results 1 – 2 of 2) sorted by relevance

/optee_test-3.20.0/host/openssl/include/openssl/
A Dlhash.h173 # define lh_error(lh) ((lh)->error) argument
176 void lh_free(_LHASH *lh);
177 void *lh_insert(_LHASH *lh, void *data);
203 # define CHECKED_LHASH_OF(type,lh) \ argument
209 # define LHM_lh_error(type, lh) \ argument
210 lh_error(CHECKED_LHASH_OF(type,lh))
211 # define LHM_lh_insert(type, lh, inst) \ argument
220 # define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) argument
223 # define LHM_lh_num_items(type, lh) lh_num_items(CHECKED_LHASH_OF(type, lh)) argument
224 # define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load) argument
[all …]
A Dsafestack.h2464 # define lh_ADDED_OBJ_free(lh) LHM_lh_free(ADDED_OBJ,lh) argument
2472 # define lh_APP_INFO_error(lh) LHM_lh_error(APP_INFO,lh) argument
2481 # define lh_APP_INFO_free(lh) LHM_lh_free(APP_INFO,lh) argument
2532 # define lh_ERR_STATE_free(lh) LHM_lh_free(ERR_STATE,lh) argument
2583 # define lh_FUNCTION_free(lh) LHM_lh_free(FUNCTION,lh) argument
2588 # define lh_MEM_doall(lh,fn) LHM_lh_doall(MEM,lh,fn) argument
2591 # define lh_MEM_error(lh) LHM_lh_error(MEM,lh) argument
2592 # define lh_MEM_num_items(lh) LHM_lh_num_items(MEM,lh) argument
2593 # define lh_MEM_down_load(lh) LHM_lh_down_load(MEM,lh) argument
2600 # define lh_MEM_free(lh) LHM_lh_free(MEM,lh) argument
[all …]

Completed in 32 milliseconds