Lines Matching defs:flush
505 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush()
622 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush()
798 int flush;
828 flush = Z_FINISH; /* tell zlib that we're done */
830 flush = Z_NO_FLUSH; /* more to come! */
832 zerr = deflate(&zstream, flush);
876 * things considerably faster by deferring the removal to "flush" time.
892 * Flush any pending writes.
897 status_t ZipFile::flush(void)
1038 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush()
1121 * flush(). The duplicated file descriptor should only be valid for reads.