Searched refs:flush (Results 1 - 25 of 36) sorted by relevance

12

/haiku/src/tools/cppunit/cppunit/
H A DTextTestProgressListener.cpp27 cerr.flush();
35 cerr.flush();
43 cerr.flush();
/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp96 *fOutput << LPS_PRINT_JOB << printer << '\n' << flush; local
111 *fOutput << LPS_RECEIVE_CONTROL_FILE << size << ' ' << cfname << '\n' << flush; local
126 *fOutput << LPS_RECEIVE_DATA_FILE << size << ' ' << dfname << '\n' << flush; local
177 *fOutput << LPS_END_TRANSFER << flush; local
/haiku/src/kits/support/
H A DZlibCompressionAlgorithm.cpp164 static int Process(z_stream& stream, bool flush) argument
166 return deflate(&stream, flush ? Z_FINISH : 0);
194 static int Process(z_stream& stream, bool flush) argument
196 return inflate(&stream, flush ? Z_FINISH : 0);
282 size_t& bytesProduced, bool flush)
289 int zlibError = Strategy::Process(fStream, flush);
280 _ProcessData(const void* input, size_t inputSize, void* output, size_t outputSize, size_t& bytesConsumed, size_t& bytesProduced, bool flush) argument
H A DZstdCompressionAlgorithm.cpp149 ZSTD_outBuffer *output, bool flush)
151 if (flush)
186 ZSTD_outBuffer *output, bool flush)
273 size_t& bytesProduced, bool flush)
282 size_t zstdError = Strategy::Process(fStream, &inBuffer, &outBuffer, flush);
148 Process(ZSTD_CStream *stream, ZSTD_inBuffer *input, ZSTD_outBuffer *output, bool flush) argument
185 Process(ZSTD_DStream *stream, ZSTD_inBuffer *input, ZSTD_outBuffer *output, bool flush) argument
271 _ProcessData(const void* input, size_t inputSize, void* output, size_t outputSize, size_t& bytesConsumed, size_t& bytesProduced, bool flush) argument
/haiku/src/add-ons/translators/gif/
H A DGIFSave.h52 bool flush = false);
/haiku/src/tools/
H A Dgenerate_boot_screen.cpp64 int Compress(const void* data, int dataSize, int flush = Z_NO_FLUSH);
100 ZlibCompressor::Compress(const void* data, int dataSize, int flush) argument
113 zlibError = deflate(&fStream, flush);
115 (flush == Z_FINISH && zlibError != Z_STREAM_END))
127 } while (fStream.avail_in > 0 || flush == Z_FINISH);
/haiku/src/bin/unzip/
H A Dexplode.c43 buf and unshrink arguments to flush();
53 c15 6 Jul 96 W. Haidinger added ulg typecasts to flush() calls.
57 c16d 05 Jul 99 C. Spieler take care of flush() return values and
290 if ((retval = flush(__G__ redirSlide, (ulg)w, 0)) != 0)
347 if ((retval = flush(__G__ redirSlide, (ulg)w, 0)) != 0)
355 /* flush out redirSlide */
356 if ((retval = flush(__G__ redirSlide, (ulg)w, 0)) != 0)
407 if ((retval = flush(__G__ redirSlide, (ulg)w, 0)) != 0)
465 if ((retval = flush(__G__ redirSlide, (ulg)w, 0)) != 0)
473 /* flush ou
[all...]
H A Dunshrink.c52 to flush() signals that this is the case.
127 #ifndef VMS /* VMS uses its own buffer scheme for textmode flush(). */
130 * textmode conversion in flush(), but only if needed */
230 Trace((stderr, "doing flush(), outcnt = %lu\n", G.outcnt));
231 if ((error = flush(__G__ realbuf, G.outcnt, TRUE)) != 0) {
232 Trace((stderr, "unshrink: flush() error (%d)\n",
238 Trace((stderr, "done with flush()\n"));
266 Trace((stderr, "doing final flush(), outcnt = %lu\n", G.outcnt));
267 if ((error = flush(__G__ realbuf, G.outcnt, TRUE)) != 0) {
268 Trace((stderr, "unshrink: flush() erro
[all...]
H A Dfunzip.c61 replaced flush(); inlined FlushOutput();
64 revised (restored?) flush(); added FUNZIP
66 H. Gessau second updcrc() arg and flush() arg to ulg;
249 uch *rawbuf; /* start of buffer area to flush */
250 extent w; /* number of bytes to flush */
260 int flush(w) /* used by inflate.c (FLUSH macro) */ function
261 ulg w; /* number of bytes to flush */
268 * blocks to flush are split into pieces of 32k or less.
279 } /* end function flush() */
283 int flush( function
[all...]
/haiku/headers/cpp/
H A Diostream.h40 extern ostream& flush(ostream& outs);
53 else { if (_tie) _tie->flush(); _IO_flockfile(_strbuf); return 1;} }
57 ostream& flush();
166 if (_tie && (need == 0 || rdbuf()->in_avail() < need)) _tie->flush();
175 if (_tie) _tie->flush();
184 if (_tie && rdbuf()->in_avail() == 0) _tie->flush();
/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.cpp127 flush();
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h33 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_compat25
92 int (*flush) (const char *, struct fuse_file_info_compat *); member in struct:fuse_operations_compat22
141 int (*flush) (const char *); member in struct:fuse_operations_compat2
H A Dfuse_common.h64 /** Indicates a flush operation. Set in flush operation, also
67 unsigned int flush : 1; member in struct:fuse_file_info
86 /** Lock owner id. Available in locking operations and flush */
H A Dfuse_lowlevel_compat.h40 void (*flush) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops_compat25
107 void (*flush) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops_compat
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php136 flush();
143 flush();
150 flush();
471 flush();
490 flush();
750 flush();
757 flush();
/haiku/headers/private/support/
H A DCompressionAlgorithm.h114 bool flush);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1011 RemoteMessage.prototype.flush = function()
1349 reply.flush();
1375 reply.flush();
1388 reply.flush();
1754 reply.flush();
1880 this.sendMessage.flush();
1883 this.sendMessage.flush();
2051 this.sendMessage.flush();
2072 this.sendMessage.flush();
2085 this.sendMessage.flush();
[all...]
/haiku/headers/os/media/
H A DSoundPlayer.h74 void Stop(bool block = true, bool flush = true);
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd-server.py114 afile.flush()
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dengine.cpp51 int32 flush; local
52 atomic_add(&flush, 1);
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc98 _tie->flush();
952 ostream& ostream::flush()
959 ostream& flush(ostream& outs)
961 return outs.flush();
1005 return flush(outs.put('\n'));
1064 flush();
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c154 int flush; local
156 ioctl(0, TIOCLGET, (char *)&flush);
157 return !(flush&LNOFLSH); /* if LNOFLSH, no autoflush */
412 * Wait for data to drain, then flush again.
993 (void) ttyflush(1); /* flush already enqueued data */
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp270 if (ops->flush == NULL)
274 ops->flush(&request, ino, ffi);
H A Dfuse_fs.cpp131 if (fs->ops.flush == NULL)
133 return fs->ops.flush(path, fi);
H A DFUSEFileSystem.cpp496 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_CLOSE, fLowLevelOps.flush);
557 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_CLOSE, fFS->ops.flush);

Completed in 175 milliseconds

12