Searched refs:Z_STREAM_END (Results 1 - 10 of 10) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Duncompr.c49 if (err != Z_STREAM_END) {
H A Dcompress.c50 if (err != Z_STREAM_END) {
H A Dgzread.c206 } while (strm->avail_out && ret != Z_STREAM_END);
213 if (ret == Z_STREAM_END)
H A Dzlib.h174 #define Z_STREAM_END 1 macro
321 pending output is flushed and deflate returns with Z_STREAM_END if there was
324 more input data, until it returns with Z_STREAM_END or an error. After
325 deflate has returned Z_STREAM_END, the only possible operations on the stream
331 return Z_STREAM_END. If not enough output space is provided, deflate will
332 not return Z_STREAM_END, and it must be called again as described above.
343 processed or more output produced), Z_STREAM_END if all input has been
451 inflate() should normally be called until it returns Z_STREAM_END or an
478 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
480 checksum is equal to that saved by the compressor and returns Z_STREAM_END
[all...]
H A Dgzwrite.c97 doing Z_FINISH then don't write until we get to Z_STREAM_END */
99 (flush != Z_FINISH || ret == Z_STREAM_END))) {
H A Dinfback.c245 returns Z_STREAM_END on success, Z_DATA_ERROR for an deflate format
608 ret = Z_STREAM_END;
H A Ddeflate.c885 * returning Z_STREAM_END instead of Z_BUF_ERROR.
950 if (s->wrap <= 0) return Z_STREAM_END;
975 return s->pending != 0 ? Z_OK : Z_STREAM_END;
H A Dzip.c1568 err = Z_STREAM_END;
1578 if (err==Z_STREAM_END)
H A Dinflate.c1212 ret = Z_STREAM_END;
/forgerock/web-agents-v4/source/
H A Dutility.c699 if (err == Z_STREAM_END) done = 0;
752 if (deflate_status != Z_STREAM_END) {

Completed in 324 milliseconds