Lines Matching defs:lhash_st
81 struct lhash_st { struct
82 LHASH_NODE **b;
83 LHASH_COMP_FN_TYPE comp;
84 LHASH_HASH_FN_TYPE hash;
85 unsigned int num_nodes;
86 unsigned int num_alloc_nodes;
87 unsigned int p;
88 unsigned int pmax;
89 unsigned long up_load; /* load times 256 */
90 unsigned long down_load; /* load times 256 */
91 unsigned long num_items;
93 int error;