Lines Matching refs:hash_tbl
69 hash_tbl *
72 hash_tbl *hashtblptr; in hash_Init()
76 totalsize = sizeof(hash_tbl) in hash_Init()
78 hashtblptr = (hash_tbl *) malloc(totalsize); in hash_Init()
119 hash_Reset(hash_tbl *hashtable, hash_freefp free_data) in hash_Reset()
176 hash_Exists(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Exists()
204 hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Insert()
232 hash_Delete(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Delete()
294 hash_Lookup(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Lookup()
316 hash_NextEntry(hash_tbl *hashtable) in hash_NextEntry()
368 hash_FirstEntry(hash_tbl *hashtable) in hash_FirstEntry()