Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c329 GetDataBlock_(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock_() argument
337 *ZeroDataBlockP = count == 0; in GetDataBlock_()
348 GetDataBlock(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock() argument
353 rv = GetDataBlock_(fd,buf, ZeroDataBlockP); in GetDataBlock()
421 rv = GetCode_(fd, scd, code_size,flag, ZeroDataBlockP); in GetCode()
440 GetCode(fd, &sd->scd, 0, TRUE, ZeroDataBlockP); in LWZReadByte_()
458 GetCode(fd, &sd->scd, sd->code_size, FALSE, ZeroDataBlockP); in LWZReadByte_()
485 if (*ZeroDataBlockP) in LWZReadByte_()
488 while ((count = GetDataBlock(fd, buf, ZeroDataBlockP)) > 0) in LWZReadByte_()
582 if (LWZReadByte(fd, &sd, TRUE, c, ZeroDataBlockP) < 0) { in ReadImage()
[all …]

Completed in 5 milliseconds