Searched refs:ZeroDataBlockP (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_gif_in.c | 333 GetDataBlock_(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock_() argument 341 *ZeroDataBlockP = count == 0; in GetDataBlock_() 352 GetDataBlock(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock() argument 357 rv = GetDataBlock_(fd,buf, ZeroDataBlockP); in GetDataBlock() 425 rv = GetCode_(fd, scd, code_size,flag, ZeroDataBlockP); in GetCode() 444 GetCode(fd, &sd->scd, 0, TRUE, ZeroDataBlockP); in LWZReadByte_() 462 GetCode(fd, &sd->scd, sd->code_size, FALSE, ZeroDataBlockP); in LWZReadByte_() 489 if (*ZeroDataBlockP) in LWZReadByte_() 492 while ((count = GetDataBlock(fd, buf, ZeroDataBlockP)) > 0) in LWZReadByte_() 586 if (LWZReadByte(fd, &sd, TRUE, c, ZeroDataBlockP) < 0) { in ReadImage() [all …]
|
Completed in 7 milliseconds