Searched refs:Buf (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Ddgif_lib.c82 static int DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf,
118 unsigned char Buf[GIF_STAMP_LEN + 1]; local
156 if (READ(GifFile, Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
166 Buf[GIF_STAMP_LEN] = 0;
167 if (strncmp(GIF_STAMP, (const char*)Buf, GIF_VERSION_POS) != 0) {
194 unsigned char Buf[GIF_STAMP_LEN + 1]; local
222 if (READ(GifFile, Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
231 Buf[GIF_STAMP_LEN] = 0;
232 if (strncmp(GIF_STAMP, (const char*)Buf, GIF_VERSION_POS) != 0) {
258 GifByteType Buf[ local
312 GifByteType Buf; local
353 GifByteType Buf[3]; local
539 GifByteType Buf; local
566 GifByteType Buf; local
689 GifByteType Buf; local
989 DGifBufferedInput(GifFileType * GifFile, GifByteType * Buf, GifByteType * NextByte) argument
[all...]
H A Dgif_lib_private.h73 GifByteType Buf[256]; /* Compressed input is buffered here. */ member in struct:GifFilePrivateType

Completed in 41 milliseconds