compSize          200 ext/gd/libgd/gd_gd2.c static int _gd2ReadChunk (int offset, char *compBuf, int compSize, char *chunkBuf, uLongf * chunkLen, gdIOCtx * in)
compSize          213 ext/gd/libgd/gd_gd2.c 	if (gdGetBuf(compBuf, compSize, in) != compSize) {
compSize          216 ext/gd/libgd/gd_gd2.c 	GD2_DBG(php_gd_error("Got %d bytes. Uncompressing into buffer of %d bytes", compSize, (int)*chunkLen));
compSize          217 ext/gd/libgd/gd_gd2.c 	zerr = uncompress((unsigned char *) chunkBuf, chunkLen, (unsigned char *) compBuf, compSize);