Searched defs:UT_hash_table (Results 1 – 2 of 2) sorted by relevance
676 typedef struct UT_hash_table { struct677 UT_hash_bucket *buckets;678 unsigned num_buckets, log2_num_buckets;679 unsigned num_items;680 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */681 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */707 } UT_hash_table; argument
875 typedef struct UT_hash_table { struct876 UT_hash_bucket *buckets;877 unsigned num_buckets, log2_num_buckets;878 unsigned num_items;879 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */880 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */906 } UT_hash_table; argument