Searched defs:Cancel (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DArp.h378 EFI_ARP_CANCEL Cancel; member in struct:_EFI_ARP_PROTOCOL
H A DManagedNetwork.h365 EFI_MANAGED_NETWORK_CANCEL Cancel; member in struct:_EFI_MANAGED_NETWORK_PROTOCOL
H A DUdp6.h501 The Cancel() function is used to abort a pending transmit or receive request. If the token is in the
565 EFI_UDP6_CANCEL Cancel; member in struct:_EFI_UDP6_PROTOCOL
H A DUdp4.h384 The Cancel() function is used to abort a pending transmit or receive request.
430 EFI_UDP4_CANCEL Cancel; member in struct:_EFI_UDP4_PROTOCOL
H A DIp4.h520 The Cancel() function is used to abort a pending transmit or receive request.
597 EFI_IP4_CANCEL Cancel; member in struct:_EFI_IP4_PROTOCOL
H A DTcp4.h562 EFI_TCP4_CANCEL Cancel; member in struct:_EFI_TCP4_PROTOCOL
H A DTcp6.h776 The Cancel() function aborts a pending connection, listen, transmit or
854 EFI_TCP6_CANCEL Cancel; member in struct:_EFI_TCP6_PROTOCOL
H A DIp6.h869 The Cancel() function is used to abort a pending transmit or receive request.
944 EFI_IP6_CANCEL Cancel; member in struct:_EFI_IP6_PROTOCOL
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp273 hrc = ptrOtherProgress->Cancel();
274 LogFlowThisFunc(("Cancel -> %Rhrc", hrc));
663 STDMETHODIMP ProgressProxy::Cancel() function in class:ProgressProxy
672 hrc = Progress::Cancel();
675 hrc = mptrOtherProgress->Cancel();
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsTimerImpl.cpp103 // from the TimerThread::mTimers array, so we Cancel this timer to remove
104 // the mTimers element, and return 0 if Cancel in fact disarmed the timer.
106 // We use an inlined version of nsTimerImpl::Cancel here to check for the
219 * In case of re-Init, both with and without a preceding Cancel, clear the
280 NS_IMETHODIMP nsTimerImpl::Cancel() function in class:nsTimerImpl
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c59 PING_IPX_CANCEL Cancel; member in struct:__anon12897
796 Private->ProtocolPointers.Cancel (Private->IpProtocol, TxInfo->Token);
1118 Private->ProtocolPointers.Cancel = (PING_IPX_CANCEL )((EFI_IP6_PROTOCOL*)Private->IpProtocol)->Cancel;
1166 Private->ProtocolPointers.Cancel = (PING_IPX_CANCEL )((EFI_IP4_PROTOCOL*)Private->IpProtocol)->Cancel;
1396 if (Private->IpProtocol != NULL && Private->ProtocolPointers.Cancel != NULL) {
1397 Status = Private->ProtocolPointers.Cancel (Private->IpProtocol, TxInfo->Token);
1408 if (Private->IpProtocol != NULL && Private->ProtocolPointers.Cancel != NULL) {
1409 Status = Private->ProtocolPointers.Cancel (Privat
[all...]
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp855 int rc2 = pEvent->Cancel();
1365 int GuestWaitEvent::Cancel(void) function in class:GuestWaitEvent
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h411 } Cancel; member in union:PDMASYNCCOMPLETIONENDPOINTFILE::__anon16943
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ddplaysp.h350 LPDPSP_CANCEL Cancel; /* Optional */ member in struct:tagDPSP_SPCALLBACKS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Ddplaysp.h350 LPDPSP_CANCEL Cancel; /* Optional */ member in struct:tagDPSP_SPCALLBACKS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h421 BOOLEAN Cancel; member in struct:_IRP
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h413 BOOLEAN Cancel; member in struct:_IRP
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dobjidl.h6851 virtual HRESULT STDMETHODCALLTYPE Cancel(
6929 HRESULT (STDMETHODCALLTYPE *Cancel)( member in struct:IRpcChannelBuffer3Vtbl
6977 #define IRpcChannelBuffer3_Cancel(This,pMsg) (This)->lpVtbl->Cancel(This,pMsg)
8682 virtual HRESULT STDMETHODCALLTYPE Cancel(
8706 HRESULT (STDMETHODCALLTYPE *Cancel)( member in struct:ICancelMethodCallsVtbl
8725 #define ICancelMethodCalls_Cancel(This,ulSeconds) (This)->lpVtbl->Cancel(This,ulSeconds)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3209 nsresult (*Cancel)(IProgress *pThis ); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_0.h3762 nsresult (*Cancel)(IProgress *pThis ); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_1.h3788 nsresult (*Cancel)(IProgress *pThis ); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_2.h3992 nsresult (*Cancel)(IProgress *pThis ); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_0.h4255 nsresult (*Cancel)(IProgress *pThis ); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_1.h4618 nsresult (*Cancel)(IProgress *pThis ); member in struct:IProgress_vtbl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjidl.h6851 virtual HRESULT STDMETHODCALLTYPE Cancel(
6929 HRESULT (STDMETHODCALLTYPE *Cancel)( member in struct:IRpcChannelBuffer3Vtbl
6977 #define IRpcChannelBuffer3_Cancel(This,pMsg) (This)->lpVtbl->Cancel(This,pMsg)
8682 virtual HRESULT STDMETHODCALLTYPE Cancel(
8706 HRESULT (STDMETHODCALLTYPE *Cancel)( member in struct:ICancelMethodCallsVtbl
8725 #define ICancelMethodCalls_Cancel(This,ulSeconds) (This)->lpVtbl->Cancel(This,ulSeconds)

Completed in 852 milliseconds

12