Searched defs:_ht (Results 1 – 2 of 2) sorted by relevance
47 struct _ht { /* the hash table */ struct48 unsigned int count; /* Number of entries with this hash */49 HashElem *chain; /* Pointer to first entry with this hash */
40 struct _ht { /* the hash table */ struct41 int count; /* Number of entries with this hash */42 HashElem *chain; /* Pointer to first entry with this hash */