/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/ |
H A D | Inflater.cs | 25 private static extern int inflate(ref ZStream sz, int flush); argument
|
H A D | Deflater.cs | 25 private static extern int deflate(ref ZStream sz, int flush); argument
|
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | zpipe.c | 38 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 D | fitblk.c | 75 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 D | present.h | 95 present_flush_ptr flush; member in struct:present_screen_info
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | present.h | 95 present_flush_ptr flush; member in struct:present_screen_info
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | present.h | 95 present_flush_ptr flush; member in struct:present_screen_info
|
/vbox/src/libs/xpcom18a4/python/ |
H A D | __init__.py | 97 def flush(self): member in class:ConsoleServiceStream
|
H A D | file.py | 146 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 D | nsFileStream.cpp | 134 nsresult nsOutputStream::flush() function in class:nsOutputStream 359 nsresult nsOutputFileStream::flush() function in class:nsOutputFileStream 390 //os.flush();
|
H A D | nsFileStream.h | 268 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 D | ath9k_recv.c | 432 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 D | zstream.h | 214 * 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 D | webservergluebase.py | 269 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 D | libxml.py | 59 self.__io.flush() 119 def flush(self): member in class:ioWriteWrapper
|
/vbox/src/VBox/ValidationKit/testdriver/ |
H A D | reporter.py | 66 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 D | gdi_driver.h | 246 void (*flush)( struct window_surface *surface ); member in struct:window_surface_funcs
|
H A D | server_protocol.h | 1897 int flush; member in struct:read_console_input_request
|
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | r128_drm.h | 248 int flush; member in struct:drm_r128_cce_stop
|
H A D | radeon_drm.h | 581 int flush; member in struct:drm_radeon_cp_stop
|
/vbox/src/libs/zlib-1.2.6/contrib/minizip/ |
H A D | unzip.c | 1843 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 D | dri_interface.h | 273 void (*flush)(__DRIdrawable *drawable); member in struct:__DRI2flushExtensionRec
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jsr173_api.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/stream/ javax/xml/stream/events/ ... |
H A D | http.jar | META-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 D | vms_x_fix.h | 1108 #define sys$flush SYS$FLUSH
|