Searched defs:flush (Results 1 - 25 of 33) sorted by relevance

12

/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DInflater.cs25 private static extern int inflate(ref ZStream sz, int flush); argument
H A DDeflater.cs25 private static extern int deflate(ref ZStream sz, int flush); argument
/vbox/src/libs/zlib-1.2.6/examples/
H A Dzpipe.c38 int ret, flush; local
59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
67 ret = deflate(&strm, flush); /* no bad return value */
78 } while (flush != Z_FINISH);
H A Dfitblk.c75 int ret, flush; local
78 flush = Z_NO_FLUSH;
85 flush = Z_FINISH;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
98 int ret, flush; local
101 flush = Z_NO_FLUSH;
116 flush = Z_FINISH;
117 ret = deflate(def, flush);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dpresent.h95 present_flush_ptr flush; member in struct:present_screen_info
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dpresent.h95 present_flush_ptr flush; member in struct:present_screen_info
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dpresent.h95 present_flush_ptr flush; member in struct:present_screen_info
/vbox/src/libs/xpcom18a4/python/
H A D__init__.py97 def flush(self): member in class:ConsoleServiceStream
H A Dfile.py146 def flush(self): member in class:_File
149 if self.outputStream is not None: self.outputStream.flush()
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileStream.cpp134 nsresult nsOutputStream::flush() function in class:nsOutputStream
359 nsresult nsOutputFileStream::flush() function in class:nsOutputFileStream
390 //os.flush();
H A DnsFileStream.h268 virtual nsresult flush();
641 virtual nsresult flush();
751 virtual nsresult flush() {if (mFileOutputStream) mFileOutputStream->Flush(); return error(); } function in class:nsIOFileStream
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_recv.c432 int ath_rx_tasklet(struct ath_softc *sc, int flush, int hp __unused) argument
451 /* If handling rx interrupt and flush is in progress => exit */
452 if ((sc->sc_flags & SC_OP_RXFLUSH) && (flush == 0))
466 * If we're asked to flush receive queue, directly
469 if (flush)
/vbox/src/libs/zlib-1.2.6/contrib/iostream2/
H A Dzstream.h214 * error number (see function gzerror below). flush() returns Z_OK if
216 * flush() should be called only when strictly necessary because it can
219 int flush(int _flush) { function in class:ozstream
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dwebservergluebase.py269 self.flush();
284 self.flush();
315 self.flush();
319 def flush(self): member in class:WebServerGlueBase
445 self.flush();
457 self.flush();
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.py59 self.__io.flush()
119 def flush(self): member in class:ioWriteWrapper
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py66 def flush(self): member in class:PythonLoggingStream
587 if self.fFlushEachLine: self.oOutput.flush();
794 # Absolute flush thresholds.
1353 try: sys.stdout.flush();
1355 try: sys.stderr.flush();
1358 # Note! Current no logger specific streams to flush.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dgdi_driver.h246 void (*flush)( struct window_surface *surface ); member in struct:window_surface_funcs
H A Dserver_protocol.h1897 int flush; member in struct:read_console_input_request
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dr128_drm.h248 int flush; member in struct:drm_r128_cce_stop
H A Dradeon_drm.h581 int flush; member in struct:drm_radeon_cp_stop
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dunzip.c1843 int flush=Z_SYNC_FLUSH; local
1852 flush = Z_FINISH;
1854 err=inflate(&pfile_in_zip_read_info->stream,flush);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/internal/
H A Ddri_interface.h273 void (*flush)(__DRIdrawable *drawable); member in struct:__DRI2flushExtensionRec
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djsr173_api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/stream/ javax/xml/stream/events/ ...
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dvms_x_fix.h1108 #define sys$flush SYS$FLUSH

Completed in 742 milliseconds

12