Lines Matching refs:lh_entry
44 struct lh_entry;
49 typedef void (lh_entry_free_fn) (struct lh_entry *e);
62 struct lh_entry {
74 struct lh_entry *next;
78 struct lh_entry *prev;
128 struct lh_entry *head;
133 struct lh_entry *tail;
135 struct lh_entry *table;
240 extern struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k);
269 extern int lh_table_delete_entry(struct lh_table *t, struct lh_entry *e);