Searched refs:attach (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.h83 PRfilebuf *attach(PRFileDesc *fd);
105 void attach(PRFileDesc *fd);
124 void attach(PRFileDesc *);
143 void attach(PRFileDesc *);
H A Dprstrms.cpp187 PRfilebuf::attach(PRFileDesc *fd) function in class:PRfilebuf
387 PRifstream::attach(PRFileDesc *fd) function in class:PRifstream
389 if (!(rdbuf()->attach(fd)))
453 PRofstream::attach(PRFileDesc *fd) function in class:PRofstream
455 if (!(rdbuf()->attach(fd)))
525 PRfstream::attach(PRFileDesc *fd) function in class:PRfstream
527 if (!(rdbuf()->attach(fd)))
/vbox/include/VBox/com/
H A DAutoLock.h537 void attach(LockHandle *aHandle);
539 /** @see attach (LockHandle *) */
540 void attach(LockHandle &aHandle) function in class:util::AutoWriteLock
542 attach(&aHandle);
545 /** @see attach (LockHandle *) */
546 void attach(const Lockable &aLockable) function in class:util::AutoWriteLock
548 attach(aLockable.lockHandle());
551 /** @see attach (LockHandle *) */
552 void attach(const Lockable *aLockable) function in class:util::AutoWriteLock
554 attach(aLockabl
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/public/
H A DipcITransactionService.idl114 * (except the TM_ERROR code - which means the observer can not attach)
115 * If the attach is successful the observer will have its OnAttachReply
134 * @returns NS_OK if the attach message was sent to the Transaction Manager.
141 void attach(in ACString aDomainName,
149 * As in attach, return codes do not indicate success of detachment. The
201 * If this domain is not being observed (attach has not been called for
202 * this domain) the message is queued until the attach is made and then
206 * XXXjg - this may not be neccessary with the synch attach call.
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.cc79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode);
464 gzofstream::attach(int fd, function in class:gzofstream
467 if (!sb.attach(f
[all...]
H A Dzfstream.h76 attach(int fd,
293 * Stream will be in state good() if attach succeeded; otherwise
297 attach(int fd,
382 * Stream will be in state good() if attach succeeded; otherwise
386 attach(int fd,
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, function in class:gzfilebuf
261 void gzfilestream_common::attach( int fd, int io_mode ) { function in class:gzfilestream_common
263 if ( !buffer.attach( fd, io_mode) )
306 gzfilestream_common::attach( fd, io_mode );
326 gzfilestream_common::attach( fd, io_mode );
H A Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
/vbox/src/VBox/Main/include/
H A DAutoCaller.h146 * @param aObj New object to attach, may be @c NULL.
148 void attach(VirtualBoxBase *aObj) function in class:AutoCaller
166 /** Verbose equivalent to <tt>attach(NULL)</tt>. */
167 void detach() { attach(NULL); }
H A DVirtualBoxBase.h823 void allocate() { attach(new D); }
834 void attach(D *d) { function in class:Shareable
844 void attach(Shareable &d) { function in class:Shareable
850 attach(d.mData);
870 attach(new D(*d));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.h65 void attach();
H A DUIMachineLogic.cpp121 USBTarget() : attach(false), id(QString()) {}
123 : attach(fAttach), id(strId) {}
124 bool attach; member in struct:USBTarget
132 WebCamTarget() : attach(false), name(QString()), path(QString()) {}
134 : attach(fAttach), name(strName), path(strPath) {}
135 bool attach; member in struct:WebCamTarget
1783 if (target.attach)
1785 /* Try to attach corresponding device: */
1829 if (target.attach)
1831 /* Try to attach correspondin
[all...]
H A DUIFrameBuffer.cpp102 void attach();
613 void UIFrameBufferPrivate::attach() function in class:UIFrameBufferPrivate
1594 void UIFrameBuffer::attach() function in class:UIFrameBuffer
1596 m_pFrameBuffer->attach();
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h338 aVec[i].attach(aArr[i]);
684 void attach(OI *aIface) function in class:CInterface
707 /** Specialization of attach() for our own interface I. Never fails. */
708 void attach(I *aIface) function in class:CInterface
760 attach(that.ptr());
767 attach(aIface);
829 attach(that.ptr());
845 attach(aIface);
855 attach(that.ptr());
876 attach(aIfac
[all...]
/vbox/src/VBox/Main/src-server/
H A DMediumLock.cpp87 mMediumCaller.attach(mMedium);
90 mMediumCaller.attach(NULL);
131 mMediumCaller.attach(NULL);
144 mMediumCaller.attach(NULL);
H A DBandwidthGroupImpl.cpp130 m->bd.attach(aThat->m->bd);
289 // attach new data to the peer and reshare it
290 m->pPeer->m->bd.attach(m->bd);
H A DUSBControllerImpl.cpp167 m->bd.attach (aPeer->m->bd);
319 /* attach new data to the peer and reshare it */
321 m->pPeer->m->bd.attach(m->bd);
H A DStorageControllerImpl.cpp250 m->bd.attach (aThat->m->bd);
802 // attach new data to the peer and reshare it
803 m->pPeer->m->bd.attach (m->bd);
H A DAudioAdapterImpl.cpp420 /* attach new data to the peer and reshare it */
421 mPeer->mData->m.attach (mData->m);
H A DParallelPortImpl.cpp468 /* attach new data to the peer and reshare it */
469 m->pPeer->m->bd.attach(m->bd);
H A DBIOSSettingsImpl.cpp527 /* attach new data to the peer and reshare it */
529 m->pPeer->m->bd.attach(m->bd);
H A DBandwidthControlImpl.cpp302 /* attach new list of groups to our peer */
303 m->pPeer->m->llBandwidthGroups.attach(newList);
H A DSerialPortImpl.cpp561 /* attach new data to the peer and reshare it */
562 m->pPeer->m->bd.attach(m->bd);
H A DNetworkAdapterImpl.cpp143 mData.attach(aThat->mData);
1206 /* attach new data to the peer and reshare it */
1207 mPeer->mData.attach(mData);
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp612 * also means that if the lock was not acquired at all before #attach(), it
615 * @param aHandle New handle to attach.
617 void AutoWriteLock::attach(LockHandle *aHandle) function in class:util::AutoWriteLock

Completed in 136 milliseconds

12