Searched refs:HashTableRec (Results 1 – 2 of 2) sorted by relevance
34 struct HashTableRec;36 typedef struct HashTableRec *HashTable;
15 struct HashTableRec { struct44 HashTable ht = malloc(sizeof(struct HashTableRec)); in ht_create() argument