Searched defs:UT_hash_table (Results 1 – 2 of 2) sorted by relevance
928 typedef struct UT_hash_table { struct929 UT_hash_bucket *buckets;930 unsigned num_buckets, log2_num_buckets;931 unsigned num_items;932 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */933 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */959 } UT_hash_table; typedef
919 typedef struct UT_hash_table { struct920 UT_hash_bucket *buckets;921 unsigned num_buckets, log2_num_buckets;922 unsigned num_items;923 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */924 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */950 } UT_hash_table; argument