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

/freebsd-10.1-release/crypto/openssl/crypto/objects/
H A Do_names.c349 unsigned long down_load; local
355 down_load = lh_OBJ_NAME_down_load(names_lh);
365 lh_OBJ_NAME_down_load(names_lh) = down_load;
/freebsd-10.1-release/crypto/openssl/crypto/lhash/
H A Dlhash.h148 unsigned long down_load; /* load times 256 */ member in struct:lhash_st
224 # define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
H A Dlh_stats.c97 fprintf(out, "down_load = %lu\n", lh->down_load);
205 BIO_printf(out, "down_load = %lu\n", lh->down_load);
H A Dlhash.c133 ret->down_load = DOWN_LOAD;
235 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)))
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl_sess.c1145 i = CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load;
1146 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = 0;
1149 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load = i;

Completed in 65 milliseconds