Home
last modified time | relevance | path

Searched refs:GifHashTableType (Results 1 – 25 of 51) sorted by path

123

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gif/giflib/
H A Degif_lib.c826 GifHashTableType *HashTable;
H A Dgif_hash.c38 GifHashTableType *_InitHashTable(void) in _InitHashTable()
40 GifHashTableType *HashTable; in _InitHashTable()
42 if ((HashTable = (GifHashTableType *) malloc(sizeof(GifHashTableType))) in _InitHashTable()
55 void _ClearHashTable(GifHashTableType *HashTable) in _ClearHashTable()
64 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code) in _InsertHashTable()
87 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key) in _ExistsHashTable()
H A Dgif_hash.h53 typedef struct GifHashTableType { struct
55 } GifHashTableType; typedef
57 GifHashTableType *_InitHashTable(void);
58 void _ClearHashTable(GifHashTableType *HashTable);
59 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code);
60 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key);
H A Dgif_lib_private.h54 GifHashTableType *HashTable;
/dports/editors/ted/Ted-2.23/appUtil/
H A DsioLzw.c486 typedef struct GifHashTableType { struct
488 } GifHashTableType; argument
506 static void _ClearHashTable(GifHashTableType *HashTable) in _ClearHashTable()
516 static void _InsertHashTable(GifHashTableType *HashTable, unsigned long Key, int Code) in _InsertHashTable()
532 static int _ExistsHashTable( GifHashTableType * HashTable, in _ExistsHashTable()
554 GifHashTableType losHashTable;
/dports/graphics/giflib/giflib-5.2.1/
H A Degif_lib.c897 GifHashTableType *HashTable; in EGifCompressLine()
H A Dgif_hash.c38 GifHashTableType *_InitHashTable(void) in _InitHashTable()
40 GifHashTableType *HashTable; in _InitHashTable()
42 if ((HashTable = (GifHashTableType *) malloc(sizeof(GifHashTableType))) in _InitHashTable()
55 void _ClearHashTable(GifHashTableType *HashTable) in _ClearHashTable()
64 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code) in _InsertHashTable()
87 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key) in _ExistsHashTable()
H A Dgif_hash.h30 typedef struct GifHashTableType { struct
32 } GifHashTableType; typedef
34 GifHashTableType *_InitHashTable(void);
35 void _ClearHashTable(GifHashTableType *HashTable);
36 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code);
37 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key);
H A Dgif_lib_private.h59 GifHashTableType *HashTable;
/dports/graphics/libafterimage/libAfterImage-1.20/libungif/
H A Degif_lib.c656 GifHashTableType *HashTable;
H A Dgif_hash.c60 GifHashTableType *_InitHashTable(void) in _InitHashTable()
62 GifHashTableType *HashTable; in _InitHashTable()
64 if ((HashTable = (GifHashTableType *) malloc(sizeof(GifHashTableType))) in _InitHashTable()
77 void _ClearHashTable(GifHashTableType *HashTable) in _ClearHashTable()
86 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code) in _InsertHashTable()
109 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key) in _ExistsHashTable()
H A Dgif_hash.h44 typedef struct GifHashTableType { struct
46 } GifHashTableType; argument
48 GifHashTableType *_InitHashTable(void);
49 void _ClearHashTable(GifHashTableType *HashTable);
50 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code);
51 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key);
H A Dgif_lib_private.h47 GifHashTableType *HashTable;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gif/giflib/
H A Degif_lib.c831 GifHashTableType *HashTable;
H A Dgif_hash.c38 GifHashTableType *_InitHashTable(void) in _InitHashTable()
40 GifHashTableType *HashTable; in _InitHashTable()
42 if ((HashTable = (GifHashTableType *) malloc(sizeof(GifHashTableType))) in _InitHashTable()
55 void _ClearHashTable(GifHashTableType *HashTable) in _ClearHashTable()
64 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code) in _InsertHashTable()
87 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key) in _ExistsHashTable()
H A Dgif_hash.h53 typedef struct GifHashTableType { struct
55 } GifHashTableType; typedef
57 GifHashTableType *_InitHashTable(void);
58 void _ClearHashTable(GifHashTableType *HashTable);
59 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code);
60 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key);
H A Dgif_lib_private.h55 GifHashTableType *HashTable;
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gif/giflib/
H A Degif_lib.c831 GifHashTableType *HashTable;
H A Dgif_hash.c38 GifHashTableType *_InitHashTable(void) in _InitHashTable()
40 GifHashTableType *HashTable; in _InitHashTable()
42 if ((HashTable = (GifHashTableType *) malloc(sizeof(GifHashTableType))) in _InitHashTable()
55 void _ClearHashTable(GifHashTableType *HashTable) in _ClearHashTable()
64 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code) in _InsertHashTable()
87 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key) in _ExistsHashTable()
H A Dgif_hash.h53 typedef struct GifHashTableType { struct
55 } GifHashTableType; argument
57 GifHashTableType *_InitHashTable(void);
58 void _ClearHashTable(GifHashTableType *HashTable);
59 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code);
60 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key);
H A Dgif_lib_private.h55 GifHashTableType *HashTable;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_hash.h58 typedef struct GifHashTableType { struct
60 } GifHashTableType; typedef
62 GifHashTableType *_InitHashTable(void);
63 void _ClearHashTable(GifHashTableType *HashTable);
64 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code);
65 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key);
H A Dgif_lib_private.h83 GifHashTableType *HashTable;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_hash.h58 typedef struct GifHashTableType { struct
60 } GifHashTableType; argument
62 GifHashTableType *_InitHashTable(void);
63 void _ClearHashTable(GifHashTableType *HashTable);
64 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code);
65 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key);
H A Dgif_lib_private.h83 GifHashTableType *HashTable;

123