Home
last modified time | relevance | path

Searched refs:down_load (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/crypto/objects/
H A Do_names.c337 unsigned long down_load; in OBJ_NAME_cleanup() local
343 down_load = lh_OBJ_NAME_down_load(names_lh); in OBJ_NAME_cleanup()
353 lh_OBJ_NAME_down_load(names_lh) = down_load; in OBJ_NAME_cleanup()
/dragonfly/crypto/libressl/include/openssl/
H A Dlhash.h145 unsigned long down_load; /* load times 256 */ member
219 #define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
/dragonfly/crypto/libressl/crypto/lhash/
H A Dlh_stats.c96 fprintf(out, "down_load = %lu\n", lh->down_load); in lh_stats()
210 BIO_printf(out, "down_load = %lu\n", lh->down_load); in lh_stats_bio()
H A Dlhash.c132 ret->down_load = DOWN_LOAD; in lh_new()
218 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))) in lh_delete()
/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()