Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c213 static int _gd2ReadChunk (int offset, char *compBuf, int compSize, char *chunkBuf, uLongf * chunkLe… in _gd2ReadChunk() argument
226 if (gdGetBuf(compBuf, compSize, in) != compSize) { in _gd2ReadChunk()
229 …GD2_DBG(php_gd_error("Got %d bytes. Uncompressing into buffer of %d bytes", compSize, (int)*chunkL… in _gd2ReadChunk()
230 zerr = uncompress((unsigned char *) chunkBuf, chunkLen, (unsigned char *) compBuf, compSize); in _gd2ReadChunk()

Completed in 5 milliseconds