Searched defs:ht_handle (Results 1 – 1 of 1) sorted by relevance
109 typedef struct ht_handle { struct117 size_t (*ht_hash)(struct ht_handle *handle, const char *key); argument118 void (*ht_callback)(HT_ITEM *item);119 int (*ht_cmp)(const char *key1, const char *key2, size_t n);