Lines Matching defs:MZ_STREAM_ERROR
1015 MZ_STREAM_ERROR = -2,
1078 // MZ_STREAM_ERROR if the stream is bogus.
1110 // MZ_STREAM_ERROR if the stream is bogus.
1120 // MZ_STREAM_ERROR if the stream is bogus.
1168 // MZ_STREAM_ERROR if the stream is bogus.
1218 #define Z_STREAM_ERROR MZ_STREAM_ERROR
2047 if (!pStream) return MZ_STREAM_ERROR;
2079 return MZ_STREAM_ERROR;
2093 return MZ_STREAM_ERROR;
2122 mz_status = MZ_STREAM_ERROR;
2140 if (!pStream) return MZ_STREAM_ERROR;
2203 if (!pStream) return MZ_STREAM_ERROR;
2244 if ((!pStream) || (!pStream->state)) return MZ_STREAM_ERROR;
2247 return MZ_STREAM_ERROR;
2257 if (pState->m_has_flushed && (flush != MZ_FINISH)) return MZ_STREAM_ERROR;
2356 if (!pStream) return MZ_STREAM_ERROR;
2400 {MZ_STREAM_ERROR, "stream error"},