Lines Matching refs:UT_hash_bucket
226 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
227 HASH_INITIAL_NUM_BUCKETS * sizeof(struct UT_hash_bucket)); \
234 HASH_INITIAL_NUM_BUCKETS * sizeof(struct UT_hash_bucket)); \
239 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \
459 (head)->hh.tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
772 UT_hash_bucket *_ha_head = &(head); \
794 UT_hash_bucket *_hd_head = &(head); \
841 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \
842 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \
843 sizeof(struct UT_hash_bucket) * (tbl)->num_buckets * 2U); \
848 sizeof(struct UT_hash_bucket) * (tbl)->num_buckets * 2U); \
874 uthash_free((tbl)->buckets, (tbl)->num_buckets * sizeof(struct UT_hash_bucket)); \
1045 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket)); \
1054 ((head)->hh.tbl->num_buckets * sizeof(UT_hash_bucket)) + \
1072 typedef struct UT_hash_bucket { struct
1090 } UT_hash_bucket; typedef
1097 UT_hash_bucket *buckets;