Searched defs:hashtable_S (Results 1 – 1 of 1) sorted by relevance
1294 typedef struct hashtable_S struct1296 long_u ht_mask; // mask used for hash value (nr of items in1298 long_u ht_used; // number of items used1299 long_u ht_filled; // number of items used + removed1300 int ht_changed; // incremented when adding or removing an item1301 int ht_locked; // counter for hash_lock()1302 int ht_error; // when set growing failed, can't add more1304 hashitem_T *ht_array; // points to the array, allocated when it's1306 hashitem_T ht_smallarray[HT_INIT_SIZE]; // initial array