Lines Matching defs:flush
324 int flush;
362 flush = ibuflen == 0 ? Z_FINISH : Z_NO_FLUSH;
373 err = deflate(&zst, flush);
385 } while (flush != Z_FINISH);
425 int err, flush;
469 flush = ibuflen == 0 ? Z_FINISH : Z_NO_FLUSH;
481 err = inflate(&zst, flush);
748 Call the flush() method to clear these buffers.
807 /* Helper for objdecompress() and flush(). Saves any unconsumed input data in
868 Call the flush() method to clear these buffers.
945 of only calling it on flush() is preserved. */
970 zlib.Compress.flush
976 used after calling the flush() method. Otherwise, more data
1238 zlib.Decompress.flush
1253 int err, flush;
1289 flush = ibuflen == 0 ? Z_FINISH : Z_NO_FLUSH;
1300 err = inflate(&self->zst, flush);
1512 "Compressor objects support compress() and flush() methods; decompressor\n"
1513 "objects support decompress() and flush().");
1595 // allowed flush values