Home | History | Annotate | Download | only in giflib

Lines Matching refs:HashTable

108     if ((Private->HashTable = _InitHashTable()) == NULL) {
162 Private->HashTable = _InitHashTable();
163 if (Private->HashTable == NULL) {
791 if (Private->HashTable) {
792 free((char *) Private->HashTable);
861 _ClearHashTable(Private->HashTable);
884 GifHashTableType *HashTable;
887 HashTable = Private->HashTable;
900 if ((NewCode = _ExistsHashTable(HashTable, NewKey)) >= 0) {
915 /* If however the HashTable if full, we send a clear first and
928 _ClearHashTable(HashTable);
931 _InsertHashTable(HashTable, NewKey, Private->RunningCode++);