Home
last modified time | relevance | path

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

/external/mtools/
Dhtable.h22 typedef size_t (*T_HashFunc)(void *); typedef
26 int make_ht(T_HashFunc f1, T_HashFunc f2, T_ComparFunc c, size_t size,
32 int free_ht(T_HashTable *H, T_HashFunc entry_free);
Dhash.c25 T_HashFunc f1,f2;
76 int make_ht(T_HashFunc f1, T_HashFunc f2, T_ComparFunc c, size_t size, in make_ht()
93 int free_ht(T_HashTable *H, T_HashFunc entry_free) in free_ht()