Searched defs:HTABLE_INFO (Results 1 – 2 of 2) sorted by relevance
18 typedef struct HTABLE_INFO { struct21 struct HTABLE_INFO *next; /* colliding entry */ argument22 struct HTABLE_INFO *prev; /* colliding entry */ argument23 } HTABLE_INFO; typedef
332 void htable_walk(HTABLE *table, void (*action) (HTABLE_INFO *, void *), in htable_walk()