GetDataBlock 93 libgd/gd_gif_in.c static int GetDataBlock (gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP); GetDataBlock 305 libgd/gd_gif_in.c (void) GetDataBlock(fd, (unsigned char*) buf, ZeroDataBlockP); GetDataBlock 314 libgd/gd_gif_in.c while (GetDataBlock(fd, (unsigned char*) buf, ZeroDataBlockP) > 0); GetDataBlock 319 libgd/gd_gif_in.c while (GetDataBlock(fd, (unsigned char*) buf, ZeroDataBlockP) > 0) GetDataBlock 393 libgd/gd_gif_in.c if ((count = GetDataBlock(fd, &scd->buf[2], ZeroDataBlockP)) <= 0) GetDataBlock 481 libgd/gd_gif_in.c while ((count = GetDataBlock(fd, buf, ZeroDataBlockP)) > 0)