Searched refs:zlib_advance (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/tools/
H A Dpngfix.c28 * In function 'zlib_advance':
2261 zlib_advance(struct zlib *zlib, png_uint_32 nbytes) function
2484 /* Like zlib_advance but also handles a stream of IDAT chunks. */
2486 /* The 'extra_bytes' field is set by zlib_advance if there is extra
2490 * for each chunk. zlib_advance outputs the error message, though see the
2523 rc = zlib_advance(zlib, list->lengths[i]);
2588 rc = zlib_advance(zlib, chunk->chunk_length - zlib->rewrite_offset);
2592 * the PNG chunk (although clearly this is not necessary.) zlib_advance
2720 * hiding a more serious error, zlib_advance has already

Completed in 106 milliseconds