ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "rpc.h"
#include "midles.h"
#include "ndrtypes.h"
#include "ndr_misc.h"
#include "ndr_stubless.h"
#include "wine/debug.h"
Go to the source code of this file.
|
static |
Definition at line 275 of file ndr_es.c.
Referenced by NdrMesProcEncodeDecode().
|
static |
Definition at line 296 of file ndr_es.c.
Referenced by mes_proc_header_unmarshal(), and NdrMesProcEncodeDecode().
|
static |
Definition at line 322 of file ndr_es.c.
Referenced by NdrMesProcEncodeDecode().
|
inlinestatic |
Definition at line 38 of file ndr_es.c.
Referenced by MesBufferHandleReset(), MesDecodeBufferHandleCreate(), MesDecodeIncrementalHandleCreate(), MesEncodeDynBufferHandleCreate(), MesEncodeFixedBufferHandleCreate(), MesEncodeIncrementalHandleCreate(), and MesIncrementalHandleReset().
Definition at line 336 of file ndr_es.c.
Referenced by mes_proc_header_unmarshal(), and NdrMesProcEncodeDecode().
|
static |
Definition at line 341 of file ndr_es.c.
Referenced by NdrMesProcEncodeDecode().
|
static |
Definition at line 360 of file ndr_es.c.
Referenced by NdrMesProcEncodeDecode().
RPC_STATUS WINAPI MesBufferHandleReset | ( | handle_t | Handle, |
ULONG | HandleStyle, | ||
MIDL_ES_CODE | Operation, | ||
char ** | Buffer, | ||
ULONG | BufferSize, | ||
ULONG * | EncodedSize | ||
) |
Definition at line 128 of file ndr_es.c.
Referenced by test_MesEncodeFixedBufferHandleCreate().
RPC_STATUS RPC_ENTRY MesDecodeBufferHandleCreate | ( | char * | Buffer, |
ULONG | BufferSize, | ||
handle_t * | pHandle | ||
) |
Definition at line 248 of file ndr_es.c.
RPC_STATUS WINAPI MesDecodeIncrementalHandleCreate | ( | void * | UserState, |
MIDL_ES_READ | ReadFn, | ||
handle_t * | pHandle | ||
) |
Definition at line 78 of file ndr_es.c.
RPC_STATUS RPC_ENTRY MesEncodeDynBufferHandleCreate | ( | char ** | Buffer, |
ULONG * | pEncodedSize, | ||
handle_t * | pHandle | ||
) |
Definition at line 219 of file ndr_es.c.
RPC_STATUS RPC_ENTRY MesEncodeFixedBufferHandleCreate | ( | char * | Buffer, |
ULONG | BufferSize, | ||
ULONG * | pEncodedSize, | ||
handle_t * | pHandle | ||
) |
Definition at line 183 of file ndr_es.c.
Referenced by test_MesEncodeFixedBufferHandleCreate().
RPC_STATUS WINAPI MesEncodeIncrementalHandleCreate | ( | void * | UserState, |
MIDL_ES_ALLOC | AllocFn, | ||
MIDL_ES_WRITE | WriteFn, | ||
handle_t * | pHandle | ||
) |
Definition at line 50 of file ndr_es.c.
RPC_STATUS WINAPI MesHandleFree | ( | handle_t | Handle | ) |
Definition at line 162 of file ndr_es.c.
Referenced by test_MesEncodeFixedBufferHandleCreate().
RPC_STATUS WINAPI MesIncrementalHandleReset | ( | handle_t | Handle, |
void * | UserState, | ||
MIDL_ES_ALLOC | AllocFn, | ||
MIDL_ES_WRITE | WriteFn, | ||
MIDL_ES_READ | ReadFn, | ||
MIDL_ES_CODE | Operation | ||
) |
void WINAPIV NdrMesProcEncodeDecode | ( | handle_t | Handle, |
const MIDL_STUB_DESC * | pStubDesc, | ||
PFORMAT_STRING | pFormat, | ||
... | |||
) |
Definition at line 400 of file ndr_es.c.
void RPC_ENTRY NdrMesTypeDecode2 | ( | handle_t | Handle, |
const MIDL_TYPE_PICKLING_INFO * | pPicklingInfo, | ||
const MIDL_STUB_DESC * | pStubDesc, | ||
PFORMAT_STRING | pFormatString, | ||
void * | pObject | ||
) |
void RPC_ENTRY NdrMesTypeEncode2 | ( | handle_t | Handle, |
const MIDL_TYPE_PICKLING_INFO * | pPicklingInfo, | ||
const MIDL_STUB_DESC * | pStubDesc, | ||
PFORMAT_STRING | pFormatString, | ||
const void * | pObject | ||
) |
void RPC_ENTRY NdrMesTypeFree2 | ( | handle_t | Handle, |
const MIDL_TYPE_PICKLING_INFO * | pPicklingInfo, | ||
const MIDL_STUB_DESC * | pStubDesc, | ||
PFORMAT_STRING | pFormatString, | ||
void * | pObject | ||
) |
|
static |
Definition at line 169 of file ndr_es.c.
Referenced by MesDecodeBufferHandleCreate(), and MesEncodeFixedBufferHandleCreate().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |