Lines Matching refs:Z_FINISH
25287 …rts.Z_SYNC_FLUSH && flush !== exports.Z_FULL_FLUSH && flush !== exports.Z_FINISH && flush !== expo…
25430 if (this.strm.avail_out !== 0 && this.flush === exports.Z_FINISH) {
25890 …nding.Z_SYNC_FLUSH || flag === binding.Z_FULL_FLUSH || flag === binding.Z_FINISH || flag === bindi…
25914 …s._finishFlushFlag = typeof opts.finishFlush !== 'undefined' ? opts.finishFlush : binding.Z_FINISH;
41092 Z_FINISH: 4,
41243 var Z_FINISH = 4;
41775 if (flush === Z_FINISH) {
41907 if (flush === Z_FINISH) {
42067 if (flush === Z_FINISH) {
42165 if (flush === Z_FINISH) {
42221 if (flush === Z_FINISH) {
42629 (s.status === FINISH_STATE && flush !== Z_FINISH)) {
42856 flush !== Z_FINISH) {
42921 if (flush !== Z_FINISH) { return Z_OK; }
43482 var Z_FINISH = 4;
44890 (state.mode < CHECK || flush !== Z_FINISH))) {
44908 if (((_in === 0 && _out === 0) || flush === Z_FINISH) && ret === Z_OK) {