Home | History | Annotate | Download | only in libpng

Lines Matching full:zlib

238             png_error(png_ptr, "zlib error");
286 /* Tell zlib we are finished */
339 png_error(png_ptr, "zlib error");
381 /* Reset zlib for another zTXt/iTXt or image data */
519 /* Initialize zlib with PNG info */
552 "zlib failed to initialize compressor -- version error");
554 "zlib failed to initialize compressor -- stream error");
556 "zlib failed to initialize compressor -- mem error");
557 png_error(png_ptr, "zlib failed to initialize compressor");
562 /* Set it to a predefined value, to avoid its evaluation inside zlib */
648 /* Optimize the CMF field in the zlib stream. */
649 /* This hack of the zlib stream is compliant to the stream specification. */
653 unsigned int z_cmf = data[0]; /* zlib compression method and flags */
686 "Invalid zlib compression method or flags in IDAT");
1951 png_error(png_ptr, "zlib error");
2182 * (experimental and can in theory improve compression), and the "zlib
2778 /* Set up the zlib input buffer */
2785 int ret; /* Return of zlib */
2795 png_error(png_ptr, "zlib error");
2801 /* Write the IDAT and reset the zlib output buffer */
2819 /* Finish row - updates counters and flushes zlib if last row */