Searched refs:T_ComparFunc (Results 1 – 2 of 2) sorted by relevance
23 typedef int (*T_ComparFunc)(void *, void *); typedef26 int make_ht(T_HashFunc f1, T_HashFunc f2, T_ComparFunc c, size_t size,
26 T_ComparFunc compar;76 int make_ht(T_HashFunc f1, T_HashFunc f2, T_ComparFunc c, size_t size, in make_ht()