Searched refs:GetDataBlock (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_gif_in.c | 96 static int GetDataBlock (gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP); 311 (void) GetDataBlock(fd, (unsigned char*) buf, ZeroDataBlockP); in DoExtension() 320 while (GetDataBlock(fd, (unsigned char*) buf, ZeroDataBlockP) > 0); in DoExtension() 325 while (GetDataBlock(fd, (unsigned char*) buf, ZeroDataBlockP) > 0) in DoExtension() 352 GetDataBlock(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock() function 399 if ((count = GetDataBlock(fd, &scd->buf[2], ZeroDataBlockP)) <= 0) in GetCode_() 492 while ((count = GetDataBlock(fd, buf, ZeroDataBlockP)) > 0) in LWZReadByte_()
|
Completed in 8 milliseconds