Home
last modified time | relevance | path

Searched refs:PMIDL_STUB_MESSAGE (Results 1 – 16 of 16) sorted by relevance

/reactos/modules/rostests/win32/rpcrt4/context_handles/
H A Dctx_c.c95 ( PMIDL_STUB_MESSAGE )&_StubMsg, in CtxOpen()
104 NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle ); in CtxOpen()
115 ( PMIDL_STUB_MESSAGE )&_StubMsg, in CtxOpen()
122 NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg ); in CtxOpen()
144 ( PMIDL_STUB_MESSAGE )&_StubMsg, in CtxHello()
163 ( PMIDL_STUB_MESSAGE )&_StubMsg, in CtxHello()
171 NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg ); in CtxHello()
197 ( PMIDL_STUB_MESSAGE )&_StubMsg, in CtxClose()
212 ( PMIDL_STUB_MESSAGE )&_StubMsg, in CtxClose()
221 ( PMIDL_STUB_MESSAGE )&_StubMsg, in CtxClose()
[all …]
H A Dclient.c57 ( PMIDL_STUB_MESSAGE )&_StubMsg, in m_CtxOpen()
83 ( PMIDL_STUB_MESSAGE )&_StubMsg, in m_CtxOpen()
106 NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg ); in m_CtxOpen()
128 ( PMIDL_STUB_MESSAGE )&_StubMsg, in m_CtxOpen2()
180 ( PMIDL_STUB_MESSAGE )&_StubMsg, in m_CtxOpen2()
201 NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg ); in m_CtxOpen2()
227 ( PMIDL_STUB_MESSAGE )&_StubMsg, in m_CtxHello()
246 ( PMIDL_STUB_MESSAGE )&_StubMsg, in m_CtxHello()
259 NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg ); in m_CtxHello()
291 ( PMIDL_STUB_MESSAGE )&_StubMsg, in m_CtxClose()
[all …]
H A Dctx_s.c86 … NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] ); in hello_CtxOpen()
115 ( PMIDL_STUB_MESSAGE )&_StubMsg, in hello_CtxOpen()
148 … NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[8] ); in hello_CtxHello()
150 phContext = NdrServerContextUnmarshall(( PMIDL_STUB_MESSAGE )&_StubMsg); in hello_CtxHello()
195 …NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[14] ); in hello_CtxClose()
197 pphContext = NdrServerContextUnmarshall(( PMIDL_STUB_MESSAGE )&_StubMsg); in hello_CtxClose()
222 ( PMIDL_STUB_MESSAGE )&_StubMsg, in hello_CtxClose()
/reactos/sdk/include/psdk/
H A Drpcndr.h275 } MIDL_STUB_MESSAGE, *PMIDL_STUB_MESSAGE; typedef
294 typedef void (__RPC_USER *XMIT_HELPER_ROUTINE)(PMIDL_STUB_MESSAGE);
333 PMIDL_STUB_MESSAGE pStubMsg;
411 typedef void (__RPC_API *STUB_THUNK)( PMIDL_STUB_MESSAGE );
568 NdrServerContextUnmarshall( PMIDL_STUB_MESSAGE pStubMsg );
647 NdrCorrelationPass( PMIDL_STUB_MESSAGE pStubMsg );
649 NdrCorrelationFree( PMIDL_STUB_MESSAGE pStubMsg );
737 NdrFreeBuffer( PMIDL_STUB_MESSAGE pStubMsg );
765 NdrRpcSsEnableAllocate( PMIDL_STUB_MESSAGE pMessage );
767 NdrRpcSsDisableAllocate( PMIDL_STUB_MESSAGE pMessage );
[all …]
H A Drpcproxy.h170 NdrProxyInitialize( void *This, PRPC_MESSAGE pRpcMsg, PMIDL_STUB_MESSAGE pStubMsg,
173 NdrProxyGetBuffer( void *This, PMIDL_STUB_MESSAGE pStubMsg );
175 NdrProxySendReceive( void *This, PMIDL_STUB_MESSAGE pStubMsg );
177 NdrProxyFreeBuffer( void *This, PMIDL_STUB_MESSAGE pStubMsg );
182 NdrStubInitialize( PRPC_MESSAGE pRpcMsg, PMIDL_STUB_MESSAGE pStubMsg,
185 NdrStubInitializePartial( PRPC_MESSAGE pRpcMsg, PMIDL_STUB_MESSAGE pStubMsg,
191 …NdrStubGetBuffer( IRpcStubBuffer *This, IRpcChannelBuffer *pRpcChannelBuffer, PMIDL_STUB_MESSAGE p…
/reactos/dll/win32/rpcrt4/
H A Dndr_misc.h37 static inline PFORMAT_STRING ComputeConformance(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory… in ComputeConformance()
42 static inline PFORMAT_STRING ComputeVariance(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory, P… in ComputeVariance()
53 typedef unsigned char* (WINAPI *NDR_MARSHALL) (PMIDL_STUB_MESSAGE, unsigned char*, PFORMAT_STRING);
54 typedef unsigned char* (WINAPI *NDR_UNMARSHALL)(PMIDL_STUB_MESSAGE, unsigned char**,PFORMAT_STRING,…
55 typedef void (WINAPI *NDR_BUFFERSIZE)(PMIDL_STUB_MESSAGE, unsigned char*, PFORMAT_STRING);
56 typedef ULONG (WINAPI *NDR_MEMORYSIZE)(PMIDL_STUB_MESSAGE, PFORMAT_STRING);
57 typedef void (WINAPI *NDR_FREE) (PMIDL_STUB_MESSAGE, unsigned char*, PFORMAT_STRING);
65 ULONG ComplexStructSize(PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat) DECLSPEC_HIDDEN;
H A Dndr_marshall.c6439 PMIDL_STUB_MESSAGE pStubMsg, in NdrRangeMarshall()
6464 PMIDL_STUB_MESSAGE pStubMsg, in NdrRangeUnmarshall()
6562 PMIDL_STUB_MESSAGE pStubMsg, in NdrRangeBufferSize()
6585 PMIDL_STUB_MESSAGE pStubMsg, in NdrRangeMemorySize()
6618 PMIDL_STUB_MESSAGE pStubMsg, in NdrBaseTypeMarshall()
6694 PMIDL_STUB_MESSAGE pStubMsg, in NdrBaseTypeUnmarshall()
6812 PMIDL_STUB_MESSAGE pStubMsg, in NdrBaseTypeBufferSize()
6868 PMIDL_STUB_MESSAGE pStubMsg, in NdrBaseTypeMemorySize()
6961 PMIDL_STUB_MESSAGE pStubMsg, in NdrContextHandleBufferSize()
6980 PMIDL_STUB_MESSAGE pStubMsg, in NdrContextHandleMarshall()
[all …]
H A Dndr_clientserver.c47 void WINAPI NdrClientInitializeNew( PRPC_MESSAGE pRpcMessage, PMIDL_STUB_MESSAGE pStubMsg, in NdrClientInitializeNew()
108 unsigned char* WINAPI NdrServerInitializeNew( PRPC_MESSAGE pRpcMsg, PMIDL_STUB_MESSAGE pStubMsg, in NdrServerInitializeNew()
163 unsigned char *WINAPI NdrGetBuffer(PMIDL_STUB_MESSAGE stubmsg, ULONG buflen, RPC_BINDING_HANDLE han… in NdrGetBuffer()
184 void WINAPI NdrFreeBuffer(PMIDL_STUB_MESSAGE pStubMsg) in NdrFreeBuffer()
197 unsigned char *WINAPI NdrSendReceive( PMIDL_STUB_MESSAGE stubmsg, unsigned char *buffer ) in NdrSendReceive()
231 RPC_STATUS RPC_ENTRY NdrMapCommAndFaultStatus( PMIDL_STUB_MESSAGE pStubMsg, in NdrMapCommAndFaultStatus()
H A Dndr_ole.c81 PMIDL_STUB_MESSAGE pMsg;
265 static HRESULT RpcStream_Create(PMIDL_STUB_MESSAGE pStubMsg, BOOL init, ULONG *size, IStream **stre… in RpcStream_Create()
286 static const IID* get_ip_iid(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory, PFORMAT_STRING pF… in get_ip_iid()
306 unsigned char * WINAPI NdrInterfacePointerMarshall(PMIDL_STUB_MESSAGE pStubMsg, in NdrInterfacePointerMarshall()
336 unsigned char * WINAPI NdrInterfacePointerUnmarshall(PMIDL_STUB_MESSAGE pStubMsg, in NdrInterfacePointerUnmarshall()
373 void WINAPI NdrInterfacePointerBufferSize(PMIDL_STUB_MESSAGE pStubMsg, in NdrInterfacePointerBufferSize()
392 ULONG WINAPI NdrInterfacePointerMemorySize(PMIDL_STUB_MESSAGE pStubMsg, in NdrInterfacePointerMemorySize()
411 void WINAPI NdrInterfacePointerFree(PMIDL_STUB_MESSAGE pStubMsg, in NdrInterfacePointerFree()
H A Dndr_stubless.h262 void client_do_args( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat, enum stubless_phase phase,
264 PFORMAT_STRING convert_old_args( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat,
H A Dndr_stubless.c55 static inline void call_buffer_sizer(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory, in call_buffer_sizer()
81 static inline unsigned char *call_marshaller(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory, in call_marshaller()
135 static inline void call_freer(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory, in call_freer()
226 void WINAPI NdrRpcSmSetClientToOsf(PMIDL_STUB_MESSAGE pMessage) in NdrRpcSmSetClientToOsf()
380 PMIDL_STUB_MESSAGE pStubMsg, const NDR_PROC_HEADER *pProcHeader, in client_free_handle()
590 PFORMAT_STRING convert_old_args( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat, in convert_old_args()
1609 PMIDL_STUB_MESSAGE pStubMsg; in do_ndr_async_client_call()
1633 async_call_data->pStubMsg = pStubMsg = (PMIDL_STUB_MESSAGE)(async_call_data + 1); in do_ndr_async_client_call()
1832 PMIDL_STUB_MESSAGE pStubMsg; in NdrpCompleteAsyncClientCall()
1978 async_call_data->pStubMsg = (PMIDL_STUB_MESSAGE)(async_call_data + 1); in NdrAsyncServerCall()
[all …]
H A Dcproxy.c497 PMIDL_STUB_MESSAGE pStubMsg, in NdrProxyInitialize()
516 PMIDL_STUB_MESSAGE pStubMsg) in NdrProxyGetBuffer()
544 PMIDL_STUB_MESSAGE pStubMsg) in NdrProxySendReceive()
578 PMIDL_STUB_MESSAGE pStubMsg) in NdrProxyFreeBuffer()
H A Dcstub.c639 PMIDL_STUB_MESSAGE pStubMsg, in NdrStubInitialize()
656 PMIDL_STUB_MESSAGE pStubMsg) in NdrStubGetBuffer()
/reactos/modules/rostests/winetests/rpcrt4/
H A Dgenerated.c797 TEST_TYPE_SIZE (PMIDL_STUB_MESSAGE, 8) in test_pack_PMIDL_STUB_MESSAGE()
798 TEST_TYPE_ALIGN (PMIDL_STUB_MESSAGE, 8) in test_pack_PMIDL_STUB_MESSAGE()
1646 TEST_TYPE_SIZE (PMIDL_STUB_MESSAGE, 4) in test_pack_PMIDL_STUB_MESSAGE()
1647 TEST_TYPE_ALIGN (PMIDL_STUB_MESSAGE, 4) in test_pack_PMIDL_STUB_MESSAGE()
/reactos/modules/rostests/winetests/ole32/
H A Dusrmarshal.c67 PMIDL_STUB_MESSAGE stub_msg, in init_user_marshal_cb()
/reactos/modules/rostests/winetests/oleaut32/
H A Dusrmarshal.c204 PMIDL_STUB_MESSAGE stub_msg, in init_user_marshal_cb()