Searched defs:Release (Results 1 - 25 of 77) sorted by relevance

1234

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drclock.cpp63 void RCLock::Release() function in class:RCLock
69 } /* RCLock::Release */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dservprov.h55 ULONG (STDMETHODCALLTYPE *Release)( member in struct:IServiceProviderVtbl
75 #define IServiceProvider_Release(This) (This)->lpVtbl->Release(This)
H A Dunknwn.h50 virtual ULONG STDMETHODCALLTYPE Release(
68 ULONG (STDMETHODCALLTYPE *Release)( member in struct:IUnknownVtbl
81 #define IUnknown_Release(This) (This)->lpVtbl->Release(This)
145 ULONG (STDMETHODCALLTYPE *Release)( member in struct:IClassFactoryVtbl
169 #define IClassFactory_Release(This) (This)->lpVtbl->Release(This)
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvFactory.cpp52 VBoxCredProvFactory::Release(void) function in class:VBoxCredProvFactory
55 VBoxCredProvVerbose(0, "VBoxCredProvFactory: Release: Returning refcount=%ld\n",
H A DVBoxCredProvProvider.cpp53 m_pCred->Release();
82 VBoxCredProvProvider::Release(void) function in class:VBoxCredProvProvider
85 VBoxCredProvVerbose(0, "VBoxCredProv: Release: Returning refcount=%ld\n",
281 m_pCred->Release();
335 m_pEvents->Release();
364 m_pEvents->Release();
547 pProvider->Release();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dservprov.h55 ULONG (STDMETHODCALLTYPE *Release)( member in struct:IServiceProviderVtbl
75 #define IServiceProvider_Release(This) (This)->lpVtbl->Release(This)
H A Dunknwn.h50 virtual ULONG STDMETHODCALLTYPE Release(
68 ULONG (STDMETHODCALLTYPE *Release)( member in struct:IUnknownVtbl
81 #define IUnknown_Release(This) (This)->lpVtbl->Release(This)
145 ULONG (STDMETHODCALLTYPE *Release)( member in struct:IClassFactoryVtbl
169 #define IClassFactory_Release(This) (This)->lpVtbl->Release(This)
/vbox/src/libs/xpcom18a4/python/src/
H A DPyGWeakReference.cpp84 PyXPCOM_GatewayWeakReference::Release(void) function in class:PyXPCOM_GatewayWeakReference
110 m_pBase->Release();
/vbox/src/libs/xpcom18a4/
H A Dvboxdeps.cpp31 NS_IMETHOD_(nsrefcnt) Release(void) function in class:foobardep
63 c->Release();
67 e->Release();
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsEmptyEnumerator.cpp68 NS_IMETHODIMP_(nsrefcnt) EmptyEnumeratorImpl::Release(void) function in class:EmptyEnumeratorImpl
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsWeakReference.cpp128 nsWeakReference::Release() function in class:nsWeakReference
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDropSource_win.cpp56 STDMETHODIMP_(ULONG) UIDnDDropSource::Release(void) function in class:UIDnDDropSource
H A DUIDnDEnumFormat_win.cpp86 STDMETHODIMP_(ULONG) UIDnDEnumFormatEtc::Release(void) function in class:UIDnDEnumFormatEtc
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropSource.cpp62 STDMETHODIMP_(ULONG) VBoxDnDDropSource::Release(void) function in class:VBoxDnDDropSource
H A DVBoxDnDEnumFormat.cpp88 STDMETHODIMP_(ULONG) VBoxDnDEnumFormatEtc::Release(void) function in class:VBoxDnDEnumFormatEtc
H A DVBoxDnDDropTarget.cpp74 STDMETHODIMP_(ULONG) VBoxDnDDropTarget::Release(void) function in class:VBoxDnDDropTarget
207 pEnumFormats->Release();
519 /* Release storage medium again. */
/vbox/include/VBox/com/
H A DEventQueue.h62 void Release(void) function in class:com::Event
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DTestCOM.cpp92 nsrefcnt nsTestCom::Release() function in class:nsTestCom
175 iUnknown->Release();
176 iTestCom->Release();
177 iFactory->Release();
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dtpd.cpp76 void Release();
270 void MyPrivateData::Release() function in class:MyPrivateData
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsSubstring.cpp139 void Release() function in class:nsStringHeader
231 nsStringHeader::FromData(data)->Release();
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAutoPtr.cpp79 virtual nsrefcnt Release() = 0;
86 virtual nsrefcnt Release() = 0;
112 nsrefcnt Release() function in class:TestRefObject
115 printf(" Release to %d on TestRefObject %p.\n",
214 printf("Should Release and destroy one |TestRefObject|:\n");
220 printf("Should create and AddRef one |TestRefObject| and then Release and destroy one:\n");
222 printf("Should Release and destroy one |TestRefObject|:\n");
230 printf("Should Release twice and destroy one |TestRefObject|:\n");
334 printf("Should Release and destroy one |TestRefObject|:\n");
424 printf("Should Release an
[all...]
/vbox/src/VBox/Additions/haiku/VBoxVideo/driver/
H A Ddriver.cpp101 status_t Release() function in struct:Benaphore
309 gLock.Release();
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsOS2VACLegacy.cpp100 nsrefcnt (*VFTCALL Release)(void *pvThis); member in struct:vftable_nsISupports
101 VFTDELTA_DECL(Release);
227 pThis->mRawPtr->pVFT->Release((char*)pThis->mRawPtr + pThis->mRawPtr->pVFT->uDeltaRelease);
643 |Release()|ing the old lets us safely ignore the self-assignment case.
644 We must, however, be careful only to |Release()| _after_ doing the
645 assignment, in case the |Release()| leads to our _own_ destruction,
646 which would, in turn, cause an incorrect second |Release()| of our old
667 pThis->mRawPtr->pVFT->Release(oldPtr + oldPtr->pVFT->uDeltaRelease);
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEvent.cpp151 anInterface->Release();
319 nsProxyObject::Release(void) function in class:nsProxyObject
H A DnsProxyEventObject.cpp476 nsProxyEventObject::Release(void) function in class:nsProxyEventObject

Completed in 2730 milliseconds

1234