Symbol: CHECKED_LHASH_OF
crypto/libressl/include/openssl/lhash.h
205
lh_error(CHECKED_LHASH_OF(type,lh))
crypto/libressl/include/openssl/lhash.h
207
((type *)lh_insert(CHECKED_LHASH_OF(type, lh), \
crypto/libressl/include/openssl/lhash.h
210
((type *)lh_retrieve(CHECKED_LHASH_OF(type, lh), \
crypto/libressl/include/openssl/lhash.h
213
((type *)lh_delete(CHECKED_LHASH_OF(type, lh), \
crypto/libressl/include/openssl/lhash.h
215
#define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn)
crypto/libressl/include/openssl/lhash.h
217
lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
crypto/libressl/include/openssl/lhash.h
218
#define LHM_lh_num_items(type, lh) lh_num_items(CHECKED_LHASH_OF(type, lh))
crypto/libressl/include/openssl/lhash.h
219
#define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
crypto/libressl/include/openssl/lhash.h
221
lh_node_stats_bio(CHECKED_LHASH_OF(type, lh), out)
crypto/libressl/include/openssl/lhash.h
223
lh_node_usage_stats_bio(CHECKED_LHASH_OF(type, lh), out)
crypto/libressl/include/openssl/lhash.h
225
lh_stats_bio(CHECKED_LHASH_OF(type, lh), out)
crypto/libressl/include/openssl/lhash.h
226
#define LHM_lh_free(type, lh) lh_free(CHECKED_LHASH_OF(type, lh))
crypto/libressl/ssl/ssl_sess.c
1034
i = CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load;
crypto/libressl/ssl/ssl_sess.c
1035
CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = 0;
crypto/libressl/ssl/ssl_sess.c
1038
CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = i;