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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dhtable.h22 typedef unsigned int (*T_HashFunc)(void *); typedef
26 int make_ht(T_HashFunc f1, T_HashFunc f2, T_ComparFunc c, int size, T_HashTable **H);
31 int free_ht(T_HashTable *H, T_HashFunc entry_free);
H A Dhash.c25 T_HashFunc f1,f2;
74 int make_ht(T_HashFunc f1, T_HashFunc f2, T_ComparFunc c, int size,
91 int free_ht(T_HashTable *H, T_HashFunc entry_free)

Completed in 98 milliseconds