Lines Matching refs:UT_hash_bucket
182 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
183 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \
186 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \
342 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
796 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \
797 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \
798 2UL * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
801 2UL * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
826 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
978 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket)); \
988 ((head)->hh.tbl->num_buckets * sizeof(UT_hash_bucket)) + \
1006 typedef struct UT_hash_bucket { struct
1024 } UT_hash_bucket; argument
1031 UT_hash_bucket *buckets;