GIFHASH.C File Reference

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)


Function Documentation

GifHashTableType* _InitHashTable ( void   ) 

Definition at line 24 of file GIFHASH.C.

References _ClearHashTable(), and X__Malloc.

Referenced by EGifOpenFileHandle().

void _ClearHashTable ( GifHashTableType HashTable  ) 

Definition at line 40 of file GIFHASH.C.

References HT_SIZE.

Referenced by _InitHashTable().

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 
)

Definition at line 74 of file GIFHASH.C.

References HT_GET_CODE, HT_GET_KEY, and HT_KEY_MASK.


Generated on Sun Apr 27 14:20:17 2014 for OpenFX by  doxygen 1.5.6