Searched defs:Send (Results 1 - 8 of 8) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcfileio.cpp | 148 PRInt32 RCFileIO::Send( function in class:RCFileIO
|
H A D | rcnetio.cpp | 144 PRInt32 RCNetStreamIO::Send( function in class:RCNetStreamIO
|
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_net.h | 155 * from Alloc() and it'll be freed when Send() returns. 157 void (*Send)( CRConnection *conn, void **buf, const void *start, unsigned int len ); member in struct:CRConnection
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | dplaysp.h | 330 LPDPSP_SEND Send; /* Must be provided */ member in struct:tagDPSP_SPCALLBACKS
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | dplaysp.h | 330 LPDPSP_SEND Send; /* Must be provided */ member in struct:tagDPSP_SPCALLBACKS
|
/vbox/include/VBox/ |
H A D | intnet.h | 129 INTNETRINGBUF Send; member in struct:INTNETBUF 153 AssertCompileMemberOffset(INTNETBUF, Send, 64); 174 uint32_t const offSendStart = (pBuf)->Send.offStart + RT_OFFSETOF(INTNETBUF, Send); \ 175 uint32_t const offSendEnd = (pBuf)->Send.offStart + RT_OFFSETOF(INTNETBUF, Send); \
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | objidl.h | 6842 virtual HRESULT STDMETHODCALLTYPE Send( 6918 HRESULT (STDMETHODCALLTYPE *Send)( member in struct:IRpcChannelBuffer3Vtbl 6975 #define IRpcChannelBuffer3_Send(This,pMsg,pulStatus) (This)->lpVtbl->Send(This,pMsg,pulStatus) 7064 virtual HRESULT STDMETHODCALLTYPE Send( 7124 HRESULT (STDMETHODCALLTYPE *Send)( member in struct:IAsyncRpcChannelBufferVtbl 7161 #define IAsyncRpcChannelBuffer_Send(This,pMsg,pSync,pulStatus) (This)->lpVtbl->Send(This,pMsg,pSync,pulStatus)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | objidl.h | 6842 virtual HRESULT STDMETHODCALLTYPE Send( 6918 HRESULT (STDMETHODCALLTYPE *Send)( member in struct:IRpcChannelBuffer3Vtbl 6975 #define IRpcChannelBuffer3_Send(This,pMsg,pulStatus) (This)->lpVtbl->Send(This,pMsg,pulStatus) 7064 virtual HRESULT STDMETHODCALLTYPE Send( 7124 HRESULT (STDMETHODCALLTYPE *Send)( member in struct:IAsyncRpcChannelBufferVtbl 7161 #define IAsyncRpcChannelBuffer_Send(This,pMsg,pSync,pulStatus) (This)->lpVtbl->Send(This,pMsg,pSync,pulStatus)
|
Completed in 117 milliseconds