Searched refs:GifHashTableType (Results 1 – 2 of 2) sorted by relevance
50 typedef struct GifHashTableType { struct52 } GifHashTableType; typedef54 GifHashTableType *_InitHashTable(void);55 void _ClearHashTable(GifHashTableType *HashTable);56 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code);57 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key);
54 GifHashTableType *HashTable;