Searched refs:Z_FINISH (Results 1 - 8 of 8) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Duncompr.c48 err = inflate(&stream, Z_FINISH);
H A Dcompress.c49 err = deflate(&stream, Z_FINISH);
H A Dgzwrite.c66 flush is assumed to be a valid deflate() flush value. If flush is Z_FINISH,
97 doing Z_FINISH then don't write until we get to Z_STREAM_END */
99 (flush != Z_FINISH || ret == Z_STREAM_END))) {
125 if (flush == Z_FINISH)
481 if (flush < 0 || flush > Z_FINISH)
562 if (gz_comp(state, Z_FINISH) == -1)
H A Ddeflate.c411 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
680 (s->status == FINISH_STATE && flush != Z_FINISH)) {
884 * flushes. For repeated and useless calls with Z_FINISH, we keep
888 flush != Z_FINISH) {
949 if (flush != Z_FINISH) return Z_OK;
1612 if (flush == Z_FINISH) {
1715 if (flush == Z_FINISH) {
1846 if (flush == Z_FINISH) {
1921 if (flush == Z_FINISH) {
1960 if (flush == Z_FINISH) {
[all...]
H A Dzlib.h168 #define Z_FINISH 4 macro
320 If the parameter flush is set to Z_FINISH, pending input is processed,
323 called again with Z_FINISH and more output space (updated avail_out) but no
328 Z_FINISH can be used immediately after deflateInit if all the compression
345 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
453 single call of inflate), the parameter flush should be set to Z_FINISH. In
457 saved by the compressor for this purpose.) The use of Z_FINISH is not
460 call. Z_FINISH also informs inflate to not maintain a sliding window if the
472 memory for a sliding window when Z_FINISH i
[all...]
H A Dinflate.c599 provides the effect documented in zlib.h for Z_FINISH when the entire input
601 when flush is set to Z_FINISH, inflate() cannot return Z_OK. Instead it
1233 (state->mode < CHECK || flush != Z_FINISH)))
1249 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)
H A Dzip.c1547 err=deflate(&zi->ci.stream, Z_FINISH);
/forgerock/web-agents-v4/source/
H A Dutility.c749 deflate_status = deflate(&strm, Z_FINISH);

Completed in 213 milliseconds