Lines Matching refs:UT_hash_bucket
160 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
161 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \
164 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \
229 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
685 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \
686 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \
687 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
690 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
715 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
867 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket)); \
877 ((head)->hh.tbl->num_buckets * sizeof(UT_hash_bucket)) + \
895 typedef struct UT_hash_bucket { struct
913 } UT_hash_bucket; argument
920 UT_hash_bucket *buckets;