Searched defs:xhash_s (Results 1 – 1 of 1) sorted by relevance
166 typedef struct xhash_s { struct167 unsigned nel; /* num of elements */168 unsigned csize; /* current hash size */169 unsigned nprime; /* next hash size in PRIMES[] */170 unsigned glen; /* summary length of item names */171 struct hash_item_s **items;