Lines Matching refs:READ
46 #define READ(_gif,_buf,_len) \ macro
132 if (READ(GifFile, Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) { in DGifOpenFileHandle()
200 if (READ(GifFile, Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) { in DGifOpen()
250 if (READ(GifFile, Buf, 3) != 3) { in DGifGetScreenDesc()
267 if (READ(GifFile, Buf, 3) != 3) { in DGifGetScreenDesc()
300 if (READ(GifFile, &Buf, 1) != 1) { in DGifGetRecordType()
347 if (READ(GifFile, Buf, 1) != 1) { in DGifGetImageDesc()
368 if (READ(GifFile, Buf, 3) != 3) { in DGifGetImageDesc()
528 if (READ(GifFile, &Buf, 1) != 1) {
549 if (READ(GifFile, &Buf, 1) != 1) {
556 if (READ(GifFile, &((*Extension)[1]), Buf) != Buf) {
626 if (READ(GifFile, c, 2) != 2) {
672 if (READ(GifFile, &Buf, 1) != 1) {
680 if (READ(GifFile, &((*CodeBlock)[1]), Buf) != Buf) {
704 READ(GifFile, &CodeSize, 1); /* Read Code size from file. */
985 if (READ(GifFile, Buf, 1) != 1) {
997 if (READ(GifFile, &Buf[1], Buf[0]) != Buf[0]) {