GifByteType        41 lib/dgif_lib.c static int DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf,
GifByteType        42 lib/dgif_lib.c                              GifByteType *NextByte);
GifByteType       236 lib/dgif_lib.c     GifByteType Buf[3];
GifByteType       297 lib/dgif_lib.c     GifByteType Buf;
GifByteType       339 lib/dgif_lib.c     GifByteType Buf[3];
GifByteType       440 lib/dgif_lib.c     GifByteType *Dummy;
GifByteType       480 lib/dgif_lib.c     GifByteType *Dummy;
GifByteType       519 lib/dgif_lib.c DGifGetExtension(GifFileType *GifFile, int *ExtCode, GifByteType **Extension)
GifByteType       521 lib/dgif_lib.c     GifByteType Buf;
GifByteType       546 lib/dgif_lib.c DGifGetExtensionNext(GifFileType *GifFile, GifByteType ** Extension)
GifByteType       548 lib/dgif_lib.c     GifByteType Buf;
GifByteType       574 lib/dgif_lib.c 		       const GifByteType *GifExtension,
GifByteType       698 lib/dgif_lib.c DGifGetCode(GifFileType *GifFile, int *CodeSize, GifByteType **CodeBlock)
GifByteType       719 lib/dgif_lib.c DGifGetCodeNext(GifFileType *GifFile, GifByteType **CodeBlock)
GifByteType       721 lib/dgif_lib.c     GifByteType Buf;
GifByteType       756 lib/dgif_lib.c     GifByteType CodeSize;
GifByteType       802 lib/dgif_lib.c     GifByteType *Stack, *Suffix;
GifByteType       947 lib/dgif_lib.c     GifByteType *CodeBlock;
GifByteType       995 lib/dgif_lib.c     GifByteType NextByte;
GifByteType      1038 lib/dgif_lib.c DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf, GifByteType *NextByte)
GifByteType      1081 lib/dgif_lib.c     GifByteType *ExtData;
GifByteType        40 lib/egif_lib.c static int EGifBufferedOutput(GifFileType * GifFile, GifByteType * Buf,
GifByteType       266 lib/egif_lib.c     GifByteType Buf[3];
GifByteType       360 lib/egif_lib.c     GifByteType Buf[3];
GifByteType       544 lib/egif_lib.c     GifByteType Buf[3];
GifByteType       568 lib/egif_lib.c     GifByteType Buf;
GifByteType       590 lib/egif_lib.c     GifByteType Buf;
GifByteType       618 lib/egif_lib.c     GifByteType Buf[3];
GifByteType       628 lib/egif_lib.c         InternalWrite(GifFile, (GifByteType *)&ExtLen, 1);
GifByteType       647 lib/egif_lib.c 		       GifByteType *GifExtension)
GifByteType       668 lib/egif_lib.c     GifByteType buf[sizeof(GraphicsControlBlock)]; /* a bit dodgy... */
GifByteType       681 lib/egif_lib.c     Len = EGifGCBToExtension(GCB, (GifByteType *)buf);
GifByteType       700 lib/egif_lib.c EGifPutCode(GifFileType *GifFile, int CodeSize, const GifByteType *CodeBlock)
GifByteType       728 lib/egif_lib.c EGifPutCodeNext(GifFileType *GifFile, const GifByteType *CodeBlock)
GifByteType       730 lib/egif_lib.c     GifByteType Buf;
GifByteType       757 lib/egif_lib.c     GifByteType Buf;
GifByteType       831 lib/egif_lib.c     GifByteType Buf;
GifByteType      1013 lib/egif_lib.c                    GifByteType *Buf,
GifByteType        37 lib/gif_lib.h      GifByteType Red, Green, Blue;
GifByteType        55 lib/gif_lib.h      GifByteType *Bytes; /* on malloc(3) heap */
GifByteType        66 lib/gif_lib.h      GifByteType *RasterBits;         /* on malloc(3) heap */
GifByteType        75 lib/gif_lib.h      GifByteType AspectByte;	     /* Used to compute pixel aspect ratio */
GifByteType        98 lib/gif_lib.h  typedef int (*InputFunc) (GifFileType *, GifByteType *, int);
GifByteType       103 lib/gif_lib.h  typedef int (*OutputFunc) (GifFileType *, const GifByteType *, int);
GifByteType       170 lib/gif_lib.h                  const GifByteType *GifCodeBlock);
GifByteType       172 lib/gif_lib.h                      const GifByteType *GifCodeBlock);
GifByteType       208 lib/gif_lib.h                       GifByteType **GifExtension);
GifByteType       209 lib/gif_lib.h  int DGifGetExtensionNext(GifFileType *GifFile, GifByteType **GifExtension);
GifByteType       211 lib/gif_lib.h                  GifByteType **GifCodeBlock);
GifByteType       212 lib/gif_lib.h  int DGifGetCodeNext(GifFileType *GifFile, GifByteType **GifCodeBlock);
GifByteType       220 lib/gif_lib.h                     int *ColorMapSize, GifByteType * RedInput,
GifByteType       221 lib/gif_lib.h                     GifByteType * GreenInput, GifByteType * BlueInput,
GifByteType       222 lib/gif_lib.h                     GifByteType * OutputBuffer,
GifByteType       270 lib/gif_lib.h  		       const GifByteType *GifExtension,
GifByteType       273 lib/gif_lib.h  		       GifByteType *GifExtension);
GifByteType        49 lib/gif_lib_private.h     GifByteType Buf[256];   /* Compressed input is buffered here. */
GifByteType        50 lib/gif_lib_private.h     GifByteType Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */
GifByteType        51 lib/gif_lib_private.h     GifByteType Suffix[LZ_MAX_CODE + 1];    /* So we can trace the codes. */
GifByteType       250 lib/gifalloc.c     ep->Bytes = (GifByteType *)malloc(ep->ByteCount);
GifByteType        28 lib/quantize.c     GifByteType RGB[3];
GifByteType        29 lib/quantize.c     GifByteType NewColorIndex;
GifByteType        35 lib/quantize.c     GifByteType RGBMin[3], RGBWidth[3];
GifByteType        62 lib/quantize.c                GifByteType * RedInput,
GifByteType        63 lib/quantize.c                GifByteType * GreenInput,
GifByteType        64 lib/quantize.c                GifByteType * BlueInput,
GifByteType        65 lib/quantize.c                GifByteType * OutputBuffer,
GifByteType        53 util/gif2rgb.c 		    GifByteType **RedBuffer,
GifByteType        54 util/gif2rgb.c 		    GifByteType **GreenBuffer,
GifByteType        55 util/gif2rgb.c 		    GifByteType **BlueBuffer,
GifByteType        57 util/gif2rgb.c static void SaveGif(GifByteType *OutputBuffer,
GifByteType        66 util/gif2rgb.c 		    GifByteType **RedBuffer,
GifByteType        67 util/gif2rgb.c 		    GifByteType **GreenBuffer,
GifByteType        68 util/gif2rgb.c 		    GifByteType **BlueBuffer,
GifByteType        73 util/gif2rgb.c     GifByteType *RedP, *GreenP, *BlueP;
GifByteType        76 util/gif2rgb.c     Size = ((long) Width) * Height * sizeof(GifByteType);
GifByteType        78 util/gif2rgb.c     if ((*RedBuffer = (GifByteType *) malloc((unsigned int) Size)) == NULL ||
GifByteType        79 util/gif2rgb.c 	(*GreenBuffer = (GifByteType *) malloc((unsigned int) Size)) == NULL ||
GifByteType        80 util/gif2rgb.c 	(*BlueBuffer = (GifByteType *) malloc((unsigned int) Size)) == NULL)
GifByteType       120 util/gif2rgb.c 	GifByteType *Buffer, *BufferP;
GifByteType       122 util/gif2rgb.c 	if ((Buffer = (GifByteType *) malloc(Width * 3)) == NULL)
GifByteType       163 util/gif2rgb.c static void SaveGif(GifByteType *OutputBuffer,
GifByteType       169 util/gif2rgb.c     GifByteType *Ptr = OutputBuffer;
GifByteType       222 util/gif2rgb.c     GifByteType *RedBuffer = NULL, *GreenBuffer = NULL, *BlueBuffer = NULL,
GifByteType       238 util/gif2rgb.c 	(OutputBuffer = (GifByteType *) malloc(Width * Height *
GifByteType       239 util/gif2rgb.c 					    sizeof(GifByteType))) == NULL)
GifByteType       355 util/gif2rgb.c     GifByteType *Extension;
GifByteType       204 util/gifbuild.c 	    GifFileOut->AspectByte = (GifByteType)(intval & 0xff);
GifByteType       445 util/gifbuild.c 	    Len = EGifGCBToExtension(&gcb, (GifByteType *)buf);
GifByteType       649 util/gifbuild.c static void VisibleDumpBuffer(GifByteType *buf, int len)
GifByteType       652 util/gifbuild.c     GifByteType	*cp;
GifByteType       848 util/gifbuild.c 		GifByteType ch = image->RasterBits[i*image->ImageDesc.Width + j];
GifByteType        57 util/gifclrmp.c     GifByteType *Extension, *CodeBlock;
GifByteType        55 util/giffilter.c     GifByteType *CodeBlock, *Extension;
GifByteType        41 util/giffix.c      GifByteType *Extension;
GifByteType        58 util/gifhisto.c     GifByteType *Extension, *CodeBlock;
GifByteType        36 util/giftext.c static void PrintCodeBlock(GifFileType *GifFile, GifByteType *CodeBlock, bool Reset);
GifByteType        37 util/giftext.c static void PrintPixelBlock(GifByteType *PixelBlock, int Len, bool Reset);
GifByteType        38 util/giftext.c static void PrintExtBlock(GifByteType *Extension, bool Reset);
GifByteType        53 util/giftext.c     GifByteType *CodeBlock, *Extension;
GifByteType       313 util/giftext.c static void PrintCodeBlock(GifFileType *GifFile, GifByteType *CodeBlock, bool Reset)
GifByteType       357 util/giftext.c static void PrintExtBlock(GifByteType *Extension, bool Reset)
GifByteType       402 util/giftext.c static void PrintPixelBlock(GifByteType *PixelBlock, int Len, bool Reset)
GifByteType        83 util/giftool.c 	GifByteType numerator;
GifByteType       124 util/giftool.c 	    top->numerator = (GifByteType)atoi(optarg);