|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.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 276 of file ndr_es.c.
Referenced by NdrMesProcEncodeDecode().
|
static |
Definition at line 297 of file ndr_es.c.
Referenced by mes_proc_header_unmarshal(), and NdrMesProcEncodeDecode().
|
static |
Definition at line 323 of file ndr_es.c.
Referenced by NdrMesProcEncodeDecode().
|
inlinestatic |
Definition at line 39 of file ndr_es.c.
Referenced by MesBufferHandleReset(), MesDecodeBufferHandleCreate(), MesDecodeIncrementalHandleCreate(), MesEncodeDynBufferHandleCreate(), MesEncodeFixedBufferHandleCreate(), MesEncodeIncrementalHandleCreate(), and MesIncrementalHandleReset().
Definition at line 337 of file ndr_es.c.
Referenced by mes_proc_header_unmarshal(), and NdrMesProcEncodeDecode().
|
static |
Definition at line 342 of file ndr_es.c.
Referenced by NdrMesProcEncodeDecode().
|
static |
Definition at line 361 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 129 of file ndr_es.c.
Referenced by test_MesEncodeFixedBufferHandleCreate().
| RPC_STATUS RPC_ENTRY MesDecodeBufferHandleCreate | ( | char * | Buffer, |
| ULONG | BufferSize, | ||
| handle_t * | pHandle | ||
| ) |
Definition at line 249 of file ndr_es.c.
| RPC_STATUS WINAPI MesDecodeIncrementalHandleCreate | ( | void * | UserState, |
| MIDL_ES_READ | ReadFn, | ||
| handle_t * | pHandle | ||
| ) |
Definition at line 79 of file ndr_es.c.
| RPC_STATUS RPC_ENTRY MesEncodeDynBufferHandleCreate | ( | char ** | Buffer, |
| ULONG * | pEncodedSize, | ||
| handle_t * | pHandle | ||
| ) |
Definition at line 220 of file ndr_es.c.
| RPC_STATUS RPC_ENTRY MesEncodeFixedBufferHandleCreate | ( | char * | Buffer, |
| ULONG | BufferSize, | ||
| ULONG * | pEncodedSize, | ||
| handle_t * | pHandle | ||
| ) |
Definition at line 184 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 51 of file ndr_es.c.
| RPC_STATUS WINAPI MesHandleFree | ( | handle_t | Handle | ) |
Definition at line 163 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 401 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 170 of file ndr_es.c.
Referenced by MesDecodeBufferHandleCreate(), and MesEncodeFixedBufferHandleCreate().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |