Lines Matching refs:zstream
307 create_struct.zstream.zalloc = png_zalloc;
308 create_struct.zstream.zfree = png_zfree;
309 create_struct.zstream.opaque = png_ptr;
945 return (inflateReset(&png_ptr->zstream));
969 if (png_ptr->zstream.msg == NULL) switch (ret)
973 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected zlib return code");
978 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected end of LZ stream");
985 png_ptr->zstream.msg = PNGZ_MSG_CAST("missing LZ dictionary");
990 png_ptr->zstream.msg = PNGZ_MSG_CAST("zlib IO error");
995 png_ptr->zstream.msg = PNGZ_MSG_CAST("bad parameters to zlib");
999 png_ptr->zstream.msg = PNGZ_MSG_CAST("damaged LZ stream");
1003 png_ptr->zstream.msg = PNGZ_MSG_CAST("insufficient memory");
1010 png_ptr->zstream.msg = PNGZ_MSG_CAST("truncated");
1014 png_ptr->zstream.msg = PNGZ_MSG_CAST("unsupported zlib version");
1023 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected zlib return");