Searched defs:UT_hash_table (Results 1 – 1 of 1) sorted by relevance
916 typedef struct UT_hash_table { struct917 UT_hash_bucket *buckets;918 unsigned num_buckets, log2_num_buckets;919 unsigned num_items;920 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */921 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */947 } UT_hash_table; argument