Searched defs:lhash_st (Results 1 – 1 of 1) sorted by relevance
19 struct lhash_st { struct20 OPENSSL_LH_NODE **b;21 OPENSSL_LH_COMPFUNC comp;22 OPENSSL_LH_HASHFUNC hash;23 unsigned int num_nodes;24 unsigned int num_alloc_nodes;25 unsigned int p;26 unsigned int pmax;27 unsigned long up_load; /* load times 256 */28 unsigned long down_load; /* load times 256 */[all …]