Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Dlhash.h198 #define CHECKED_LHASH_OF(type,lh) \ macro
205 lh_error(CHECKED_LHASH_OF(type,lh))
207 ((type *)lh_insert(CHECKED_LHASH_OF(type, lh), \
210 ((type *)lh_retrieve(CHECKED_LHASH_OF(type, lh), \
213 ((type *)lh_delete(CHECKED_LHASH_OF(type, lh), \
215 #define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn)
219 #define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
221 lh_node_stats_bio(CHECKED_LHASH_OF(type, lh), out)
223 lh_node_usage_stats_bio(CHECKED_LHASH_OF(type, lh), out)
225 lh_stats_bio(CHECKED_LHASH_OF(type, lh), out)
[all …]
/dragonfly/crypto/libressl/ssl/
H A Dssl_sess.c1034 i = CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load; in SSL_CTX_flush_sessions()
1035 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = 0; in SSL_CTX_flush_sessions()
1038 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = i; in SSL_CTX_flush_sessions()