Searched refs:T_HashTable (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dhtable.h20 typedef struct hashtable T_HashTable; typedef in typeref:struct:hashtable
26 int make_ht(T_HashFunc f1, T_HashFunc f2, T_ComparFunc c, int size, T_HashTable **H);
27 int hash_add(T_HashTable *H, T_HashTableEl *E, int *hint);
28 int hash_remove(T_HashTable *H, T_HashTableEl *E, int hint);
29 int hash_lookup(T_HashTable *H, T_HashTableEl *E, T_HashTableEl **E2,
31 int free_ht(T_HashTable *H, T_HashFunc entry_free);
H A Dhash.c41 static int alloc_ht(T_HashTable *H, int size)
75 T_HashTable **H)
77 *H = New(T_HashTable);
91 int free_ht(T_HashTable *H, T_HashFunc entry_free)
105 static int _hash_add(T_HashTable *H,T_HashTableEl *E, int *hint)
129 static int rehash(T_HashTable *H)
148 int hash_add(T_HashTable *H, T_HashTableEl *E, int *hint)
159 static int _hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2,
194 int hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2,
201 int hash_remove(T_HashTable *
[all...]
H A Dfile.c57 T_HashTable *filehash;

Completed in 18 milliseconds