Searched refs:s_x1node (Results 1 – 1 of 1) sorted by relevance
5268 struct s_x1node *tbl; /* The data stored here */5269 struct s_x1node **ht; /* Hash table for lookups */5275 typedef struct s_x1node { struct5277 struct s_x1node *next; /* Next entry with the same hash */ argument5278 struct s_x1node **from; /* Previous link */ argument