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

/ast/src/lib/libtk/generic/
H A DtkImgGIF.c75 static int GetDataBlock _ANSI_ARGS_((FILE *fd,
385 count = GetDataBlock(fd, (unsigned char*) buf);
390 count = GetDataBlock(fd, (unsigned char*) buf);
399 count = GetDataBlock(fd, (unsigned char*) buf);
405 count = GetDataBlock(fd, (unsigned char*) buf);
413 GetDataBlock(fd, buf)
600 while ((count = GetDataBlock(fd, buf)) > 0)
678 if ((count = GetDataBlock(fd, &buf[2])) == 0)
410 GetDataBlock(fd, buf) function

Completed in 10 milliseconds