Home
last modified time | relevance | path

Searched refs:PFORMAT_STRING (Results 1 – 12 of 12) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Dndr_misc.h33 PFORMAT_STRING ComputeConformanceOrVariance(
35 PFORMAT_STRING pFormat, ULONG_PTR def, ULONG_PTR *pCount) DECLSPEC_HIDDEN;
37 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()
44 PFORMAT_STRING ret; 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);
[all …]
H A Dndr_marshall.c819 PFORMAT_STRING desc; in PointerMarshall()
891 PFORMAT_STRING desc; in PointerUnmarshall()
1010 PFORMAT_STRING desc; in PointerBufferSize()
1064 PFORMAT_STRING desc; in PointerMemorySize()
1126 PFORMAT_STRING desc; in PointerFree()
2848 PFORMAT_STRING desc; in ComplexMarshall()
3008 PFORMAT_STRING desc; in ComplexUnmarshall()
3184 PFORMAT_STRING desc; in ComplexBufferSize()
3309 PFORMAT_STRING desc; in ComplexFree()
3408 PFORMAT_STRING desc; in ComplexStructMemorySize()
[all …]
H A Dndr_stubless.h233 PFORMAT_STRING pHandleFormat;
234 PFORMAT_STRING pParamFormat;
258 LONG_PTR CDECL ndr_client_call( PMIDL_STUB_DESC pStubDesc, PFORMAT_STRING pFormat,
260 LONG_PTR CDECL ndr_async_client_call( PMIDL_STUB_DESC pStubDesc, PFORMAT_STRING pFormat,
262 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.c58 PFORMAT_STRING pFormat; in call_buffer_sizer()
84 PFORMAT_STRING pFormat; in call_marshaller()
111 PFORMAT_STRING pFormat; in call_unmarshaller()
138 PFORMAT_STRING pFormat; in call_freer()
487PFORMAT_STRING pTypeFormat = (PFORMAT_STRING)&pStubMsg->StubDesc->pFormatTypes[params[i].u.type_of… in client_do_args()
590 PFORMAT_STRING convert_old_args( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat, in convert_old_args()
658 return (PFORMAT_STRING)args; in convert_old_args()
668 PFORMAT_STRING handle_format;
869 PFORMAT_STRING pHandleFormat; in ndr_client_call()
1313 PFORMAT_STRING pFormat; in NdrStubCall2()
[all …]
H A Dndr_ole.c286 static const IID* get_ip_iid(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory, PFORMAT_STRING pF… in get_ip_iid()
308 PFORMAT_STRING pFormat) in NdrInterfacePointerMarshall()
338 PFORMAT_STRING pFormat, in NdrInterfacePointerUnmarshall()
375 PFORMAT_STRING pFormat) in NdrInterfacePointerBufferSize()
393 PFORMAT_STRING pFormat) in NdrInterfacePointerMemorySize()
413 PFORMAT_STRING pFormat) in NdrInterfacePointerFree()
H A Dndr_es.c400 …MesProcEncodeDecode(handle_t Handle, const MIDL_STUB_DESC * pStubDesc, PFORMAT_STRING pFormat, ...) in NdrMesProcEncodeDecode()
517 const MIDL_STUB_DESC *pStubDesc, PFORMAT_STRING pFormatString, void *pObject) in NdrMesTypeDecode2()
523 const MIDL_STUB_DESC *pStubDesc, PFORMAT_STRING pFormatString, const void *pObject) in NdrMesTypeEncode2()
529 const MIDL_STUB_DESC *pStubDesc, PFORMAT_STRING pFormatString, void *pObject) in NdrMesTypeFree2()
/reactos/sdk/include/psdk/
H A Dmidles.h110 NdrMesTypeAlignSize(handle_t,const MIDL_STUB_DESC *,PFORMAT_STRING,const void *);
112 NdrMesTypeEncode(handle_t,const MIDL_STUB_DESC *,PFORMAT_STRING,const void *);
114 NdrMesTypeDecode(handle_t,const MIDL_STUB_DESC *,PFORMAT_STRING,void *);
117 …Size2(handle_t,const MIDL_TYPE_PICKLING_INFO *,const MIDL_STUB_DESC *,PFORMAT_STRING,const void *);
119 …NdrMesTypeEncode2(handle_t,const MIDL_TYPE_PICKLING_INFO *,const MIDL_STUB_DESC *,PFORMAT_STRING,c…
121 …NdrMesTypeDecode2(handle_t,const MIDL_TYPE_PICKLING_INFO *,const MIDL_STUB_DESC *,PFORMAT_STRING,v…
123 …NdrMesTypeFree2(handle_t,const MIDL_TYPE_PICKLING_INFO *,const MIDL_STUB_DESC *,PFORMAT_STRING,voi…
126 NdrMesProcEncodeDecode(handle_t,const MIDL_STUB_DESC *,PFORMAT_STRING,...);
128 NdrMesProcEncodeDeocde2(handle_t,const MIDL_STUB_DESC *,PFORMAT_STRING,...);
H A Drpcndr.h176 typedef const unsigned char *PFORMAT_STRING; typedef
334 PFORMAT_STRING pReserve;
337 PFORMAT_STRING pFormat;
338 PFORMAT_STRING pTypeFormat;
403 PFORMAT_STRING ProcString;
405 PFORMAT_STRING TypeString;
423 PFORMAT_STRING ProcString;
434 PFORMAT_STRING ProcFormatString;
615 Ndr##type##MemorySize( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat );
654 NdrConvert( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFormat );
[all …]
/reactos/modules/rostests/win32/rpcrt4/context_handles/
H A Dctx_s.c86 … NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] ); in hello_CtxOpen()
148 … NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[8] ); in hello_CtxHello()
195 …NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[14] ); in hello_CtxClose()
H A Dclient.c73 … NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] ); in m_CtxOpen()
144 … NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] ); in m_CtxOpen2()
313 …NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[14] ); in m_CtxClose()
H A Dctx_c.c111 … NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] ); in CtxOpen()
218 …NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[14] ); in CtxClose()
/reactos/modules/rostests/winetests/rpcrt4/
H A Dgenerated.c744 TEST_TYPE_SIZE (PFORMAT_STRING, 8) in test_pack_PFORMAT_STRING()
745 TEST_TYPE_ALIGN (PFORMAT_STRING, 8) in test_pack_PFORMAT_STRING()
1593 TEST_TYPE_SIZE (PFORMAT_STRING, 4) in test_pack_PFORMAT_STRING()
1594 TEST_TYPE_ALIGN (PFORMAT_STRING, 4) in test_pack_PFORMAT_STRING()