Searched defs:close (Results 1 - 25 of 84) sorted by relevance

1234

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwpp.h49 void (*close)( void *file ); member in struct:wpp_callbacks
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwpp.h49 void (*close)( void *file ); member in struct:wpp_callbacks
/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.c44 int close(int handle) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcio.h63 close = PR_TRANSMITFILE_CLOSE_SOCKET/* socket is closed after file enumerator in enum:__anon17208
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_weakreferences.py59 def close( self ): member in class:koTestSimple
73 wr().close()
H A Dtest_streams.py54 def close( self ): member in class:koTestSimpleStream
/vbox/src/VBox/Main/src-client/
H A DGuestDirectoryImpl.cpp265 HRESULT GuestDirectory::close() function in class:GuestDirectory
/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.cpp57 close();
130 int SVCHlpClient::close() function in class:SVCHlpClient
/vbox/src/libs/xpcom18a4/python/
H A D__init__.py102 def close(self): member in class:ConsoleServiceStream
H A Dfile.py102 self.close()
133 def close(self): member in class:_File
137 self.inputStream.close()
140 self.outputStream.close()
156 self.close()
183 self.close()
206 def close(self): member in class:LocalFile
208 self.fileIO.close()
210 _File.close(self)
251 test_file.close()
[all...]
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxconnection.py171 self.close()
173 def close(self): member in class:TestBoxConnection
176 self._oConn.close();
234 self.close();
264 try: oConnection.close();
288 try: oConnection.close();
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dposix_io.c323 int close ( int fd ) { function
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.cpp14 close();
102 gzfilebuf *gzfilebuf::close() { function in class:gzfilebuf
279 void gzfilestream_common::close() { function in class:gzfilestream_common
281 if ( !buffer.close() )
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.cc32 // Sync output buffer and close only if responsible for file
36 this->close();
107 gzfilebuf::close() function in class:gzfilebuf
114 // Attempt to sync and close gzipped file
420 gzifstream::close() function in class:gzifstream
422 if (!sb.close())
475 gzofstream::close() function in class:gzofstream
477 if (!sb.close())
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dio.h151 static inline int close(int fd) { return _close(fd); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dio.h148 static inline int close(int fd) { return _close(fd); } function
/vbox/src/libs/libxml2-2.6.31/python/
H A Dgenerator.py56 def close(self): member in class:FastParser
58 self.parser.close()
98 def close(self): member in class:docParser
100 print "close"
562 parser.close()
569 parser.close()
583 parser.close()
616 include.close()
617 export.close()
618 wrapper.close()
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.cpp115 close();
179 close();
326 PRfilebuf::close() function in class:PRfilebuf
401 PRifstream::close() function in class:PRifstream
403 clear((rdbuf()->close()) ? 0 : (rdstate() | ios::failbit));
467 PRofstream::close() function in class:PRofstream
469 clear((rdbuf()->close()) ? 0 : (rdstate() | ios::failbit));
539 PRfstream::close() function in class:PRfstream
541 clear((rdbuf()->close()) ? 0 : (rdstate() | ios::failbit));
/vbox/src/libs/zlib-1.2.6/contrib/iostream2/
H A Dzstream.h57 ~izstream() { close(); }
66 if (m_fp) close();
72 if (m_fp) close();
80 int close() { function in class:izstream
169 close();
180 if (m_fp) close();
190 if (m_fp) close();
198 int close() { function in class:ozstream
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Ddb.py212 def close(self): member in class:TMDatabaseConnection
217 self._oCursor.close();
221 self._oConn.close();
225 self._oExplainCursor.close();
229 self._oExplainConn.close();
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h4 # ifdef __GNUC__ /* mingw is more close to unix than msvc */
17 # define close _close macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c174 @param[in] fd The file descriptor to close.
192 // Only do the close if no one else is using the FileHandle
218 /** The close() function deallocates the file descriptor indicated by fd.
228 close (int fd) function
424 - close(fildes2);
432 shall not close fildes2.
951 close(fd);
1255 close(fd);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_msg.c268 * Wakes up an application thread that waits for a connection to close
741 * Internal helper function to close a TCP netconn: since this sometimes
745 * @param conn the TCP netconn to close
751 u8_t shut, shut_rx, shut_tx, close; local
763 close = shut == NETCONN_SHUT_RDWR;
766 if (close) {
780 if (close) {
785 /* Try to close the connection */
786 if (close) {
796 if (close) {
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dppp_impl.h253 void (*close) (int unit, char *reason); member in struct:protent
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.cpp408 connect(mBtnClose, SIGNAL(clicked()), this, SLOT(close()));
512 bool UIVMLogViewer::close() function in class:UIVMLogViewer
515 return QMainWindow::close();
591 /* Process key escape as VM Log Viewer close: */

Completed in 334 milliseconds

1234