Searched refs:Z_NO_FLUSH (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dgzwrite.c98 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH &&
142 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
157 if (gz_comp(state, Z_NO_FLUSH) == -1)
223 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
229 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
236 if (gz_comp(state, Z_NO_FLUSH) == -1)
338 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
423 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
H A Ddeflate.c158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
419 s->last_flush = Z_NO_FLUSH;
900 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
915 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
1587 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
1643 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1746 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1839 Assert (flush != Z_NO_FLUSH, "no flush?");
1876 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) {
1945 if (flush == Z_NO_FLUSH)
[all...]
H A Dgzread.c191 ret = inflate(strm, Z_NO_FLUSH);
H A Dzlib.h164 #define Z_NO_FLUSH 0 macro
276 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
464 inflate() can be called again to continue the operation as if Z_NO_FLUSH had
710 than Z_FINISH or Z_NO_FLUSH are used.
H A Dzip.c1477 err=deflate(&zi->ci.stream, Z_NO_FLUSH);

Completed in 206 milliseconds