Home
last modified time | relevance | path

Searched refs:stubMsg (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/oleaut32/
H A Dusrmarshal.c810 stubMsg.BufferEnd = stubMsg.Buffer + stubMsg.BufferLength; in test_marshal_VARIANT()
836 stubMsg.BufferEnd = stubMsg.Buffer + stubMsg.BufferLength; in test_marshal_VARIANT()
863 stubMsg.BufferEnd = stubMsg.Buffer + stubMsg.BufferLength; in test_marshal_VARIANT()
894 stubMsg.BufferEnd = stubMsg.Buffer + stubMsg.BufferLength; in test_marshal_VARIANT()
921 stubMsg.BufferEnd = stubMsg.Buffer + stubMsg.BufferLength; in test_marshal_VARIANT()
948 stubMsg.BufferEnd = stubMsg.Buffer + stubMsg.BufferLength; in test_marshal_VARIANT()
977 stubMsg.BufferEnd = stubMsg.Buffer + stubMsg.BufferLength; in test_marshal_VARIANT()
1007 stubMsg.BufferEnd = stubMsg.Buffer + stubMsg.BufferLength; in test_marshal_VARIANT()
1033 stubMsg.BufferEnd = stubMsg.Buffer + stubMsg.BufferLength; in test_marshal_VARIANT()
1063 stubMsg.BufferEnd = stubMsg.Buffer + stubMsg.BufferLength; in test_marshal_VARIANT()
[all …]
/reactos/modules/rostests/winetests/rpcrt4/
H A Dndr_marshall.c1721 ok( stubMsg->fHasReturn == 0 || broken(stubMsg->fHasReturn), /* win9x, nt4 */ in test_common_stub_data()
1725 ok(stubMsg->fIsIn == 0 || broken(stubMsg->fIsIn), /* win9x, nt4 */ in test_common_stub_data()
1779 MIDL_STUB_MESSAGE stubMsg; in test_client_init() local
1784 memset(&stubMsg, 0xcc, sizeof(stubMsg)); in test_client_init()
1807 stubMsg.Buffer); in test_client_init()
1809 stubMsg.BufferStart); in test_client_init()
1811 stubMsg.BufferEnd); in test_client_init()
1813 stubMsg.BufferLength); in test_client_init()
1816 stubMsg.ReuseBuffer); in test_client_init()
1825 MIDL_STUB_MESSAGE stubMsg; in test_server_init() local
[all …]
/reactos/dll/win32/rpcrt4/
H A Dndr_stubless.c854 MIDL_STUB_MESSAGE stubMsg; in ndr_client_call() local
1314 MIDL_STUB_MESSAGE stubMsg; in NdrStubCall2() local
1413 NdrRpcSsEnableAllocate(&stubMsg); in NdrStubCall2()
1462 stubMsg.CorrDespIncrement = 12; in NdrStubCall2()
1476 NdrConvert(&stubMsg, pFormat); in NdrStubCall2()
1512 stubMsg.Buffer = NULL; in NdrStubCall2()
1513 stubMsg.BufferLength = 0; in NdrStubCall2()
1550 NdrCorrelationFree(&stubMsg); in NdrStubCall2()
1787 NdrNsSend(&stubMsg, stubMsg.Buffer, pStubDesc->IMPLICIT_HANDLE_INFO.pAutoHandle); in do_ndr_async_client_call()
1861 NdrNsReceive(&stubMsg, stubMsg.Buffer, pStubDesc->IMPLICIT_HANDLE_INFO.pAutoHandle); in NdrpCompleteAsyncClientCall()
[all …]