Searched defs:lhash_st (Results 1 – 3 of 3) sorted by relevance
139 typedef struct lhash_st { struct140 LHASH_NODE **b;141 LHASH_COMP_FN_TYPE comp;142 LHASH_HASH_FN_TYPE hash;143 unsigned int num_nodes;144 unsigned int num_alloc_nodes;145 unsigned int p;146 unsigned int pmax;147 unsigned long up_load; /* load times 256 */148 unsigned long down_load; /* load times 256 */[all …]
128 typedef struct lhash_st { struct130 size_t num_items;134 LHASH_ITEM **buckets;137 size_t num_buckets;141 unsigned callback_depth;143 lhash_cmp_func comp;144 lhash_hash_func hash;