Home
last modified time | relevance | path

Searched refs:NDR_LOCAL_DATA_REPRESENTATION (Results 1 – 17 of 17) sorted by relevance

/reactos/modules/rostests/win32/rpcrt4/context_handles/
H A Dctx_s.c85 … if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION ) in hello_CtxOpen()
147 … if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION ) in hello_CtxHello()
194 … if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION ) in hello_CtxClose()
H A Dclient.c72 if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION ) in m_CtxOpen()
143 if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION ) in m_CtxOpen2()
312 if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION ) in m_CtxClose()
H A Dctx_c.c110 if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION ) in CtxOpen()
217 if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION ) in CtxClose()
/reactos/dll/win32/rpcrt4/
H A Drpc_server.c199 return RPCRT4_BuildBindNackHeader(NDR_LOCAL_DATA_REPRESENTATION, in handle_bind_error()
321 *ack_response = RPCRT4_BuildBindAckHeader(NDR_LOCAL_DATA_REPRESENTATION, in process_bind_packet_no_send()
376 response = RPCRT4_BuildFaultHeader(NDR_LOCAL_DATA_REPRESENTATION, in process_request_packet()
393 response = RPCRT4_BuildFaultHeader(NDR_LOCAL_DATA_REPRESENTATION, in process_request_packet()
416 response = RPCRT4_BuildFaultHeader(NDR_LOCAL_DATA_REPRESENTATION, in process_request_packet()
H A Dndr_clientserver.c58 pRpcMessage->DataRepresentation = NDR_LOCAL_DATA_REPRESENTATION; in NdrClientInitializeNew()
H A Dndr_stubless.c837 if ((rpc_msg.DataRepresentation & 0x0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION) in do_ndr_client_call()
1475 if ((pRpcMsg->DataRepresentation & 0x0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION) in NdrStubCall2()
1879 if ((pStubMsg->RpcMsg.DataRepresentation & 0x0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION) in NdrpCompleteAsyncClientCall()
2112 if ((pRpcMsg->DataRepresentation & 0x0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION) in NdrAsyncServerCall()
H A Drpc_message.c357 header = RPCRT4_BuildHttpHeader(NDR_LOCAL_DATA_REPRESENTATION, 0, in RPCRT4_BuildHttpConnectHeader()
391 header = RPCRT4_BuildHttpHeader(NDR_LOCAL_DATA_REPRESENTATION, 0x2, 2, in RPCRT4_BuildHttpFlowControlHeader()
1009 resp_hdr = RPCRT4_BuildAuthHeader(NDR_LOCAL_DATA_REPRESENTATION); in RPCRT4_ClientConnectionAuth()
H A Drpc_assoc.c242 hdr = RPCRT4_BuildBindHeader(NDR_LOCAL_DATA_REPRESENTATION, in RpcAssoc_BindConnection()
H A Drpc_transport.c2110 idle_pkt = RPCRT4_BuildHttpHeader(NDR_LOCAL_DATA_REPRESENTATION, 0x0001, in rpcrt4_http_keep_connection_active_timer_proc()
/reactos/modules/rostests/winetests/rpcrt4/
H A Dserver.c880 h = pNDRSContextUnmarshall2(binding, NULL, NDR_LOCAL_DATA_REPRESENTATION, NULL, 0); in s_context_handle_test()
889 h = pNDRSContextUnmarshall2(binding, NULL, NDR_LOCAL_DATA_REPRESENTATION, NULL, 0); in s_context_handle_test()
902 h = pNDRSContextUnmarshall2(binding, buf, NDR_LOCAL_DATA_REPRESENTATION, NULL, 0); in s_context_handle_test()
907 …h = pNDRSContextUnmarshall2(binding, NULL, NDR_LOCAL_DATA_REPRESENTATION, &server_if.InterfaceId, … in s_context_handle_test()
916 …h = pNDRSContextUnmarshall2(binding, buf, NDR_LOCAL_DATA_REPRESENTATION, &server_if.InterfaceId, 0… in s_context_handle_test()
927 …pNDRSContextUnmarshall2(binding, buf, NDR_LOCAL_DATA_REPRESENTATION, &server_if_clone.InterfaceId,… in s_context_handle_test()
948 … pNDRSContextUnmarshall2(binding, buf, NDR_LOCAL_DATA_REPRESENTATION, &server_if2.InterfaceId, 0); in s_context_handle_test()
H A Dcstub.c1145 msg.dataRepresentation = NDR_LOCAL_DATA_REPRESENTATION; in test_delegating_Invoke()
H A Dndr_marshall.c2754 umcb.Flags = MAKELONG(MSHCTX_INPROC, NDR_LOCAL_DATA_REPRESENTATION); in test_NdrGetUserMarshalInfo()
/reactos/sdk/include/psdk/
H A Drpcndr.h107 #define NDR_LOCAL_DATA_REPRESENTATION ((ULONG) __NDR_LOCAL_DATA_REPRESENTATION) macro
/reactos/modules/rostests/winetests/oleaut32/
H A Dusrmarshal.c219 umcb->Flags = MAKELONG(context, NDR_LOCAL_DATA_REPRESENTATION); in init_user_marshal_cb()
784 umcb.Flags = MAKELONG(MSHCTX_DIFFERENTMACHINE, NDR_LOCAL_DATA_REPRESENTATION); in test_marshal_VARIANT()
/reactos/modules/rostests/winetests/ole32/
H A Dusrmarshal.c82 umcb->Flags = MAKELONG(context, NDR_LOCAL_DATA_REPRESENTATION); in init_user_marshal_cb()
/reactos/dll/win32/ole32/
H A Dusrmarshal.c74 if (HIWORD(*pFlags) == NDR_LOCAL_DATA_REPRESENTATION) in debugstr_user_flags()
/reactos/dll/win32/oleaut32/
H A Dusrmarshal.c54 if (HIWORD(*pFlags) == NDR_LOCAL_DATA_REPRESENTATION) in dump_user_flags()