Home
last modified time | relevance | path

Searched refs:UT_hash_bucket (Results 1 – 1 of 1) sorted by relevance

/components/utilities/libadt/uthash/
A Duthash.h226 (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; \
1072 typedef struct UT_hash_bucket { struct
1090 } UT_hash_bucket; argument
[all …]

Completed in 6 milliseconds