|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdlib.h>#include "ndr_misc.h"#include "rpc_assoc.h"#include "rpcndr.h"#include "cguid.h"#include "wine/debug.h"#include "wine/list.h"
Go to the source code of this file.
Classes | |
| struct | ndr_context_handle |
| struct | context_handle_entry |
Macros | |
| #define | NDR_CONTEXT_HANDLE_MAGIC 0x4352444e |
Typedefs | |
| typedef struct ndr_context_handle | ndr_context_handle |
Variables | |
| static struct list | context_handle_list = LIST_INIT(context_handle_list) |
| static CRITICAL_SECTION | ndr_context_cs = { &ndr_context_debug, -1, 0, 0, 0, 0 } |
| static CRITICAL_SECTION_DEBUG | ndr_context_debug |
| #define NDR_CONTEXT_HANDLE_MAGIC 0x4352444e |
Definition at line 34 of file ndr_contexthandle.c.
|
static |
Definition at line 70 of file ndr_contexthandle.c.
Referenced by ndr_update_context_handle().
|
static |
Definition at line 61 of file ndr_contexthandle.c.
Referenced by ndr_update_context_handle(), NDRCContextBinding(), NDRCContextMarshall(), and RpcSmDestroyClientContext().
|
static |
Definition at line 169 of file ndr_contexthandle.c.
Referenced by NDRCContextUnmarshall().
| RPC_BINDING_HANDLE WINAPI NDRCContextBinding | ( | NDR_CCONTEXT | CContext | ) |
Definition at line 79 of file ndr_contexthandle.c.
Referenced by client_get_handle(), CtxClose(), CtxHello(), m_CtxClose(), m_CtxHello(), and main().
| void WINAPI NDRCContextMarshall | ( | NDR_CCONTEXT | CContext, |
| void * | pBuff | ||
| ) |
Definition at line 100 of file ndr_contexthandle.c.
Referenced by main(), and NdrClientContextMarshall().
| void WINAPI NDRCContextUnmarshall | ( | NDR_CCONTEXT * | CContext, |
| RPC_BINDING_HANDLE | hBinding, | ||
| void * | pBuff, | ||
| ULONG | DataRepresentation | ||
| ) |
Definition at line 209 of file ndr_contexthandle.c.
Referenced by m_CtxOpen2(), and NdrClientContextUnmarshall().
| void WINAPI NDRSContextMarshall | ( | NDR_SCONTEXT | SContext, |
| void * | pBuff, | ||
| NDR_RUNDOWN | userRunDownIn | ||
| ) |
Definition at line 228 of file ndr_contexthandle.c.
| void WINAPI NDRSContextMarshall2 | ( | RPC_BINDING_HANDLE | hBinding, |
| NDR_SCONTEXT | SContext, | ||
| void * | pBuff, | ||
| NDR_RUNDOWN | userRunDownIn, | ||
| void * | CtxGuard, | ||
| ULONG | Flags | ||
| ) |
Definition at line 253 of file ndr_contexthandle.c.
Referenced by NDRSContextMarshall(), NDRSContextMarshallEx(), NdrServerContextMarshall(), and NdrServerContextNewMarshall().
| void WINAPI NDRSContextMarshallEx | ( | RPC_BINDING_HANDLE | hBinding, |
| NDR_SCONTEXT | SContext, | ||
| void * | pBuff, | ||
| NDR_RUNDOWN | userRunDownIn | ||
| ) |
Definition at line 240 of file ndr_contexthandle.c.
| NDR_SCONTEXT WINAPI NDRSContextUnmarshall | ( | void * | pBuff, |
| ULONG | DataRepresentation | ||
| ) |
Definition at line 300 of file ndr_contexthandle.c.
Referenced by hello_CtxOpen().
| NDR_SCONTEXT WINAPI NDRSContextUnmarshall2 | ( | RPC_BINDING_HANDLE | hBinding, |
| void * | pBuff, | ||
| ULONG | DataRepresentation, | ||
| void * | CtxGuard, | ||
| ULONG | Flags | ||
| ) |
Definition at line 324 of file ndr_contexthandle.c.
Referenced by NdrContextHandleInitialize(), NDRSContextUnmarshall(), NDRSContextUnmarshallEx(), NdrServerContextNewUnmarshall(), and NdrServerContextUnmarshall().
| NDR_SCONTEXT WINAPI NDRSContextUnmarshallEx | ( | RPC_BINDING_HANDLE | hBinding, |
| void * | pBuff, | ||
| ULONG | DataRepresentation | ||
| ) |
Definition at line 312 of file ndr_contexthandle.c.
| RPC_STATUS WINAPI RpcSmDestroyClientContext | ( | void ** | ContextHandle | ) |
Definition at line 124 of file ndr_contexthandle.c.
Referenced by RpcSsDestroyClientContext().
Definition at line 154 of file ndr_contexthandle.c.
Definition at line 164 of file ndr_contexthandle.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
Definition at line 50 of file ndr_contexthandle.c.
|
static |
Definition at line 52 of file ndr_contexthandle.c.
Referenced by NDRCContextBinding(), NDRCContextMarshall(), NDRCContextUnmarshall(), and RpcSmDestroyClientContext().
|
static |
Definition at line 53 of file ndr_contexthandle.c.