Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching full:zlib

224             png_error(png_ptr, "zlib error");
271 /* tell zlib we are finished */
323 png_error(png_ptr, "zlib error");
365 /* reset zlib for another zTXt/iTXt or image data */
499 /* initialize zlib with PNG info */
529 png_error(png_ptr, "zlib failed to initialize compressor");
533 /* set it to a predefined value, to avoid its evaluation inside zlib */
614 /* Optimize the CMF field in the zlib stream. */
615 /* This hack of the zlib stream is compliant to the stream specification. */
619 unsigned int z_cmf = data[0]; /* zlib compression method and flags */
650 "Invalid zlib compression method or flags in IDAT");
1916 png_error(png_ptr, "zlib error");
2135 * (experimental and can in theory improve compression), and the "zlib
2728 /* set up the zlib input buffer */
2735 int ret; /* return of zlib */
2745 png_error(png_ptr, "zlib error");
2751 /* write the IDAT and reset the zlib output buffer */
2769 /* finish row - updates counters and flushes zlib if last row */