Go to the source code of this file.
Functions | |
| GifHashTableType * | _InitHashTable (void) |
| void | _ClearHashTable (GifHashTableType *HashTable) |
| void | _InsertHashTable (GifHashTableType *HashTable, unsigned long Key, long Code) |
| long | _ExistsHashTable (GifHashTableType *HashTable, unsigned long Key) |
| GifHashTableType* _InitHashTable | ( | void | ) |
Definition at line 24 of file GIFHASH.C.
References _ClearHashTable(), and X__Malloc.
Referenced by EGifOpenFileHandle().
| void _ClearHashTable | ( | GifHashTableType * | HashTable | ) |
| void _InsertHashTable | ( | GifHashTableType * | HashTable, | |
| unsigned long | Key, | |||
| long | Code | |||
| ) |
Definition at line 53 of file GIFHASH.C.
References HT_GET_KEY, HT_KEY_MASK, HT_PUT_CODE, and HT_PUT_KEY.
| long _ExistsHashTable | ( | GifHashTableType * | HashTable, | |
| unsigned long | Key | |||
| ) |
1.5.6