Home
last modified time | relevance | path

Searched refs:ZeroDataBlockP (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/gd/libgd/
H A Dgd_gif_in.c332 GetDataBlock_(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock_() argument
340 *ZeroDataBlockP = count == 0; in GetDataBlock_()
351 GetDataBlock(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock() argument
356 rv = GetDataBlock_(fd,buf, ZeroDataBlockP); in GetDataBlock()
424 rv = GetCode_(fd, scd, code_size,flag, ZeroDataBlockP); in GetCode()
443 GetCode(fd, &sd->scd, 0, TRUE, ZeroDataBlockP); in LWZReadByte_()
461 GetCode(fd, &sd->scd, sd->code_size, FALSE, ZeroDataBlockP); in LWZReadByte_()
488 if (*ZeroDataBlockP) in LWZReadByte_()
491 while ((count = GetDataBlock(fd, buf, ZeroDataBlockP)) > 0) in LWZReadByte_()
585 if (LWZReadByte(fd, &sd, TRUE, c, ZeroDataBlockP) < 0) { in ReadImage()
[all …]

Completed in 5 milliseconds