Lines Matching defs:MZ_BUF_ERROR
1018 MZ_BUF_ERROR = -5,
1112 // MZ_BUF_ERROR if no forward progress is possible because the input and/or
1171 // MZ_BUF_ERROR if no forward progress is possible because the input buffer is
1221 #define Z_BUF_ERROR MZ_BUF_ERROR
2094 if (!pStream->avail_out) return MZ_BUF_ERROR;
2100 return (flush == MZ_FINISH) ? MZ_STREAM_END : MZ_BUF_ERROR;
2133 return MZ_BUF_ERROR; // Can't make forward progress without some input.
2176 return (status == MZ_OK) ? MZ_BUF_ERROR : status;
2282 return MZ_BUF_ERROR;
2332 return MZ_BUF_ERROR; // Signal caller that we can't make forward progress
2339 return pState->m_dict_avail ? MZ_BUF_ERROR : MZ_STREAM_END;
2344 return MZ_BUF_ERROR;
2384 return ((status == MZ_BUF_ERROR) && (!stream.avail_in)) ? MZ_DATA_ERROR
2403 {MZ_BUF_ERROR, "buf error"},