Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Dndr_stubless.c478 void client_do_args( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat, enum stubless_phase phase, in client_do_args() function
790 client_do_args(stub_msg, format, STUBLESS_INITOUT, fpu_stack, in do_ndr_client_call()
796 client_do_args(stub_msg, format, STUBLESS_CALCSIZE, fpu_stack, in do_ndr_client_call()
816 client_do_args(stub_msg, format, STUBLESS_MARSHAL, fpu_stack, in do_ndr_client_call()
842 client_do_args(stub_msg, format, STUBLESS_UNMARSHAL, fpu_stack, in do_ndr_client_call()
951 client_do_args(&stubMsg, pFormat, STUBLESS_FREE, fpu_stack, in ndr_client_call()
1749client_do_args(pStubMsg, pFormat, STUBLESS_CALCSIZE, NULL, async_call_data->number_of_params, NULL… in do_ndr_async_client_call()
1774client_do_args(pStubMsg, pFormat, STUBLESS_MARSHAL, NULL, async_call_data->number_of_params, NULL); in do_ndr_async_client_call()
1885 client_do_args(pStubMsg, async_call_data->pParamFormat, STUBLESS_UNMARSHAL, in NdrpCompleteAsyncClientCall()
H A Dndr_es.c489client_do_args( &pEsMsg->StubMsg, pFormat, STUBLESS_CALCSIZE, NULL, number_of_params, NULL ); in NdrMesProcEncodeDecode()
496 client_do_args( &pEsMsg->StubMsg, pFormat, STUBLESS_MARSHAL, NULL, number_of_params, NULL ); in NdrMesProcEncodeDecode()
505client_do_args( &pEsMsg->StubMsg, pFormat, STUBLESS_UNMARSHAL, NULL, number_of_params, NULL ); in NdrMesProcEncodeDecode()
H A Dndr_stubless.h262 void client_do_args( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat, enum stubless_phase phase,