Home
last modified time | relevance | path

Searched refs:GIFCOMMENT (Results 1 – 10 of 10) sorted by last modified time

/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Dgifread.c346 GIFCOMMENT *GifComment; /* Pointer to GIF Comment Extension structure */ in ReadGifComment()
H A Dgif.h117 } GIFCOMMENT; typedef
137 GIFCOMMENT **GifCommentExtension;
153 int ReadGifComment(GIFCOMMENT *, BYTE **);
H A Dgif2mem.c57 GIFCOMMENT **gifComment; /* Comment Extension structure */
262 if (!(gifComment = (GIFCOMMENT **)realloc(gifComment , sizeof(GIFCOMMENT *) * CommentArray)))
268 if(!(gifComment[CommentCount - 1] = (GIFCOMMENT *)malloc(sizeof(GIFCOMMENT))))
/dports/science/hdf5/hdf5-1.10.6/hl/tools/gif2h5/
H A Dgif.h117 } GIFCOMMENT; typedef
136 GIFCOMMENT **GifCommentExtension;
152 int ReadGifComment(GIFCOMMENT *, BYTE **);
H A Dgifread.c323 GIFCOMMENT *GifComment, /* Pointer to GIF Comment Extension structure */ in ReadGifComment()
H A Dgif2mem.c49 GIFCOMMENT **gifComment; /* Comment Extension structure */ in Gif2Mem()
245 … if (!(gifComment = (GIFCOMMENT **)realloc(gifComment , sizeof(GIFCOMMENT *) * CommentArray))) { in Gif2Mem()
250 … if(!(gifComment[CommentCount - 1] = (GIFCOMMENT *)malloc(sizeof(GIFCOMMENT)))) { in Gif2Mem()
/dports/science/hdf5-18/hdf5-1.8.21/hl/tools/gif2h5/
H A Dgif2mem.c49 GIFCOMMENT **gifComment; /* Comment Extension structure */ in Gif2Mem()
245 … if (!(gifComment = (GIFCOMMENT **)realloc(gifComment , sizeof(GIFCOMMENT *) * CommentArray))) { in Gif2Mem()
250 … if(!(gifComment[CommentCount - 1] = (GIFCOMMENT *)malloc(sizeof(GIFCOMMENT)))) { in Gif2Mem()
H A Dgifread.c323 GIFCOMMENT *GifComment, /* Pointer to GIF Comment Extension structure */ in ReadGifComment()
H A Dgif.h117 } GIFCOMMENT; typedef
136 GIFCOMMENT **GifCommentExtension;
152 int ReadGifComment(GIFCOMMENT *, BYTE **);
/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Dgifsave89.c424 #define GIFCOMMENT struct _GifCommentExtension macro
425 GIFCOMMENT {