Lines Matching refs:UT_hash_bucket
138 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \
139 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \
142 HASH_INITIAL_NUM_BUCKETS*sizeof(struct UT_hash_bucket)); \
198 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
710 UT_hash_bucket *_he_new_buckets, *_he_newbkt; \
711 _he_new_buckets = (UT_hash_bucket*)uthash_malloc( \
712 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
715 2 * tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
740 uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
884 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket)); \
904 typedef struct UT_hash_bucket { struct
922 } UT_hash_bucket; argument
929 UT_hash_bucket *buckets;