Home
last modified time | relevance | path

Searched refs:ReuseBuffer (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Dndr_clientserver.c65 pStubMsg->ReuseBuffer = FALSE; in NdrClientInitializeNew()
118 pStubMsg->ReuseBuffer = FALSE; in NdrServerInitializeNew()
/reactos/modules/rostests/winetests/rpcrt4/
H A Dgenerated.c596 TEST_FIELD_SIZE (MIDL_STUB_MESSAGE, ReuseBuffer, 4) in test_pack_MIDL_STUB_MESSAGE()
597 TEST_FIELD_ALIGN (MIDL_STUB_MESSAGE, ReuseBuffer, 4) in test_pack_MIDL_STUB_MESSAGE()
598 TEST_FIELD_OFFSET(MIDL_STUB_MESSAGE, ReuseBuffer, 60) in test_pack_MIDL_STUB_MESSAGE()
1445 TEST_FIELD_SIZE (MIDL_STUB_MESSAGE, ReuseBuffer, 4) in test_pack_MIDL_STUB_MESSAGE()
1446 TEST_FIELD_ALIGN (MIDL_STUB_MESSAGE, ReuseBuffer, 4) in test_pack_MIDL_STUB_MESSAGE()
1447 TEST_FIELD_OFFSET(MIDL_STUB_MESSAGE, ReuseBuffer, 36) in test_pack_MIDL_STUB_MESSAGE()
H A Dndr_marshall.c1004 StubMsg.ReuseBuffer = 1; in test_simple_struct_marshal()
1021 StubMsg.ReuseBuffer = 1; in test_simple_struct_marshal()
1815 ok(stubMsg.ReuseBuffer == 0, "stubMsg.ReuseBuffer should have been 0 instead of %d\n", in test_client_init()
1816 stubMsg.ReuseBuffer); in test_client_init()
1849 ok(stubMsg.ReuseBuffer == 0 || in test_server_init()
1850 broken(stubMsg.ReuseBuffer == 1), /* win2k */ in test_server_init()
1851 "stubMsg.ReuseBuffer should have been set to zero instead of %d\n", stubMsg.ReuseBuffer); in test_server_init()
/reactos/sdk/include/psdk/
H A Drpcndr.h213 int ReuseBuffer; member