Lines Matching defs:lh_table
85 struct lh_table { struct
89 int size;
93 int count;
98 int collisions;
103 int resizes;
108 int lookups;
113 int inserts;
118 int deletes;
123 const char *name;
128 struct lh_entry *head;
133 struct lh_entry *tail;
135 struct lh_entry *table;
140 lh_entry_free_fn *free_fn;
141 lh_hash_fn *hash_fn;
142 lh_equal_fn *equal_fn;