Searched refs:down_load (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/objects/ |
D | o_names.c | 353 unsigned long down_load; in OBJ_NAME_cleanup() local 358 down_load=lh_OBJ_NAME_down_load(names_lh); in OBJ_NAME_cleanup() 370 lh_OBJ_NAME_down_load(names_lh)=down_load; in OBJ_NAME_cleanup()
|
/external/openssl/crypto/lhash/ |
D | lhash.h | 148 unsigned long down_load; /* load times 256 */ member 224 #define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
|
D | lh_stats.c | 95 fprintf(out,"down_load = %lu\n",lh->down_load); in lh_stats() 204 BIO_printf(out,"down_load = %lu\n",lh->down_load); in lh_stats_bio()
|
D | lhash.c | 132 ret->down_load=DOWN_LOAD; in lh_new() 242 (lh->down_load >= (lh->num_items*LH_LOAD_MULT/lh->num_nodes))) in lh_delete()
|
/external/openssl/include/openssl/ |
D | lhash.h | 148 unsigned long down_load; /* load times 256 */ member 224 #define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
|
/external/openssl/ssl/ |
D | ssl_sess.c | 1002 i=CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load; in IMPLEMENT_LHASH_DOALL_ARG_FN() 1003 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load=0; in IMPLEMENT_LHASH_DOALL_ARG_FN() 1006 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load=i; in IMPLEMENT_LHASH_DOALL_ARG_FN()
|