OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GifHashTableType
(Results
1 - 2
of
2
) sorted by null
/external/giflib/
gif_hash.h
50
typedef struct
GifHashTableType
{
52
}
GifHashTableType
;
54
GifHashTableType
*_InitHashTable(void);
55
void _ClearHashTable(
GifHashTableType
*HashTable);
56
void _InsertHashTable(
GifHashTableType
*HashTable, UINT32 Key, int Code);
57
int _ExistsHashTable(
GifHashTableType
*HashTable, UINT32 Key);
gif_lib_private.h
54
GifHashTableType
*HashTable;
Completed in 26 milliseconds