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

12

/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp263 std::cout.flush();
/haiku/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.cpp227 os.flush();
/haiku/src/add-ons/translators/gif/
H A DGIFSave.cpp444 GIFSave::OutputCode(short code, int BITS, bool flush) argument
446 if (!flush) {
/haiku/src/kits/media/
H A DSoundPlayer.cpp105 // block, but don't flush
228 BSoundPlayer::Stop(bool block, bool flush) argument
232 TRACE("BSoundPlayer::Stop: block %d, flush %d\n", (int)block, (int)flush);
237 // TODO: flush is ignored
/haiku/headers/cpp/
H A Dstl_rope.h118 void flush() { function in class:sequence_buffer
122 ~sequence_buffer() { flush(); }
130 __x.flush();
136 __x.flush();
153 flush();
170 flush();
/haiku/src/bin/unzip/
H A Dunzpriv.h1780 int flush OF((__GPRO__ ulg size)); /* actually funzip.c */
1782 int flush OF((__GPRO__ uch *buf, ulg size, int unshrink));
1980 /* int flush OF((__GPRO__ uch *rawbuf, unsigned size,
2194 # define FLUSH(w) flush(__G__ (ulg)(w))
2198 : flush(__G__ redirSlide,(ulg)(w),0))
H A Dextract.c1455 error = flush(__G__ redirSlide, G.outcnt, 0);
1461 if (G.outcnt) /* flush final (partial) buffer */
1462 flush(__G__ redirSlide, G.outcnt, 0);
1608 #ifdef VMS /* VMS: required even for stdout! (final flush) */
1628 if (G.disk_full) { /* set by flush() */
H A Dfileio.c25 flush() (non-VMS)
717 /* Function flush() */ /* returns PK error codes: */
720 int flush(__G__ rawbuf, size, unshrink)
731 * blocks to flush are split into pieces of 32k or less.
741 } /* end function flush() */
972 /* check for danger of buffer overflow and flush */
1013 } /* end function flush() [resp. partflush() for 16-bit Deflate64 support] */
2099 if ((unsigned)(q-slide) > WSIZE-3 || pause) { /* flush */
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h427 * (read, write, flush, release, fsync).
507 * one open call there may be many flush calls.
509 * Filesystems shouldn't assume that flush will always be called
516 * fsync) the filesystem is not forced to flush pending writes.
517 * One reason to flush data, is if the filesystem wants to return
530 void (*flush) (fuse_req_t req, fuse_ino_t ino, member in struct:fuse_lowlevel_ops
779 * (read, write, flush, release, fsync).
1039 * unlink, rmdir, rename, flush, release, fsync, fsyncdir, setxattr,
H A Dfuse.h76 * filesystem (e.g. getattr). Open, flush, release, fsync, opendir,
210 /** Possibly flush cached data
221 * NOTE: The flush() method may be called more than once for each
224 * not possible to determine if a flush is final, so each flush
225 * should be treated equally. Multiple write-flush sequences are
228 * Filesystems shouldn't assume that flush will always be called
233 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations
461 * read, write, flush, release, fsync, readdir, releasedir,
473 * read, write, flush, releas
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp164 flush = 0;
184 flush = 0;
1878 // flush the file

Completed in 114 milliseconds

12