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