GifHashTableType 882 lib/egif_lib.c GifHashTableType *HashTable; GifHashTableType 37 lib/gif_hash.c GifHashTableType *_InitHashTable(void) GifHashTableType 39 lib/gif_hash.c GifHashTableType *HashTable; GifHashTableType 41 lib/gif_hash.c if ((HashTable = (GifHashTableType *) malloc(sizeof(GifHashTableType))) GifHashTableType 54 lib/gif_hash.c void _ClearHashTable(GifHashTableType *HashTable) GifHashTableType 63 lib/gif_hash.c void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code) GifHashTableType 86 lib/gif_hash.c int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key) GifHashTableType 32 lib/gif_hash.h GifHashTableType *_InitHashTable(void); GifHashTableType 33 lib/gif_hash.h void _ClearHashTable(GifHashTableType *HashTable); GifHashTableType 34 lib/gif_hash.h void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code); GifHashTableType 35 lib/gif_hash.h int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key); GifHashTableType 53 lib/gif_lib_private.h GifHashTableType *HashTable;