Searched defs:dict_hdl (Results 1 – 1 of 1) sorted by relevance
88 struct dict_hdl { struct89 uint64_t dh_change;90 int (*dh_cmp)(const void *, const void *);91 uint64_t (*dh_hash)(const void *);92 uint64_t dh_length;93 dict_bucket_t **dh_buckets;94 uint64_t dh_size;