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

/external/chromium_org/third_party/openssl/openssl/crypto/objects/
H A Do_names.c353 unsigned long down_load; local
358 down_load=lh_OBJ_NAME_down_load(names_lh);
370 lh_OBJ_NAME_down_load(names_lh)=down_load;
/external/openssl/crypto/objects/
H A Do_names.c353 unsigned long down_load; local
358 down_load=lh_OBJ_NAME_down_load(names_lh);
370 lh_OBJ_NAME_down_load(names_lh)=down_load;
/external/chromium_org/third_party/openssl/openssl/crypto/lhash/
H A Dlh_stats.c95 fprintf(out,"down_load = %lu\n",lh->down_load);
204 BIO_printf(out,"down_load = %lu\n",lh->down_load);
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 Dlhash.c132 ret->down_load=DOWN_LOAD;
242 (lh->down_load >= (lh->num_items*LH_LOAD_MULT/lh->num_nodes)))
/external/chromium_org/third_party/openssl/openssl/include/openssl/
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)
/external/openssl/crypto/lhash/
H A Dlh_stats.c95 fprintf(out,"down_load = %lu\n",lh->down_load);
204 BIO_printf(out,"down_load = %lu\n",lh->down_load);
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 Dlhash.c132 ret->down_load=DOWN_LOAD;
242 (lh->down_load >= (lh->num_items*LH_LOAD_MULT/lh->num_nodes)))
/external/openssl/include/openssl/
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)
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_sess.c1002 i=CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load;
1003 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load=0;
1006 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load=i;
/external/openssl/ssl/
H A Dssl_sess.c1002 i=CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load;
1003 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load=0;
1006 CHECKED_LHASH_OF(SSL_SESSION, tp.cache)->down_load=i;

Completed in 233 milliseconds