Searched refs:CHECKED_LHASH_OF (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/lhash/
H A Dlhash.h203 # 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)
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
223 # define LHM_lh_num_items(type, lh) lh_num_items(CHECKED_LHASH_OF(type, lh))
224 # define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
226 lh_node_stats_bio(CHECKED_LHASH_OF(typ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/lhash/
H A Dlhash.h203 # 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)
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
223 # define LHM_lh_num_items(type, lh) lh_num_items(CHECKED_LHASH_OF(type, lh))
224 # define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
226 lh_node_stats_bio(CHECKED_LHASH_OF(typ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_sess.c1113 i = CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load;
1114 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = 0;
1117 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = i;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_sess.c1113 i = CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load;
1114 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = 0;
1117 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = i;

Completed in 117 milliseconds