Home
last modified time | relevance | path

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

/external/openssl/crypto/objects/
Do_names.c353 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/
Dlhash.h148 unsigned long down_load; /* load times 256 */ member
224 #define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
Dlh_stats.c95 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()
Dlhash.c132 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/
Dlhash.h148 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/
Dssl_sess.c1002 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()