Searched refs:fMustAlloc (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/rpcrt4/ |
H A D | ndr_marshall.c | 1775 if (fMustAlloc) in NdrSimpleStructUnmarshall() 2282 if (fMustAlloc) in array_read_variance_and_unmarshall() 2658 if (fMustAlloc) in NdrNonConformantStringUnmarshall() 3746 if (fMustAlloc) in NdrComplexStructUnmarshall() 3756 if (fMustAlloc) in NdrComplexStructUnmarshall() 4479 if (fMustAlloc) in NdrUserMarshalUnmarshall() 4802 if (fMustAlloc) in NdrConformantStructUnmarshall() 5003 if (fMustAlloc) in NdrConformantVaryingStructUnmarshall() 5246 if (fMustAlloc) in NdrFixedArrayUnmarshall() 5492 if (fMustAlloc) in NdrVaryingArrayUnmarshall() [all …]
|
H A D | ndr_ole.c | 339 unsigned char fMustAlloc) in NdrInterfacePointerUnmarshall() argument 345 TRACE("(%p,%p,%p,%d)\n", pStubMsg, ppMemory, pFormat, fMustAlloc); in NdrInterfacePointerUnmarshall()
|
H A D | ndr_stubless.c | 109 const NDR_PARAM_OIF *param, unsigned char fMustAlloc) in call_unmarshaller() argument 126 if (m) return m(pStubMsg, ppMemory, pFormat, fMustAlloc); in call_unmarshaller()
|
/reactos/sdk/include/psdk/ |
H A D | rpcndr.h | 597 …TUB_MESSAGE pStubMsg, unsigned char** ppMemory, PFORMAT_STRING pFormat, unsigned char fMustAlloc ); 604 …TUB_MESSAGE pStubMsg, unsigned char** ppMemory, PFORMAT_STRING pFormat, unsigned char fMustAlloc ); 611 …B_MESSAGE pStubMsg, unsigned char** ppMemory, PFORMAT_STRING pFormat, unsigned char fMustAlloc ); \
|