ReactOS 0.4.16-dev-106-g10b08aa
|
#include "ndr_misc.h"
#include "rpc_assoc.h"
#include "rpcndr.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 31 of file ndr_contexthandle.c.
|
static |
Definition at line 67 of file ndr_contexthandle.c.
Referenced by ndr_update_context_handle().
|
static |
Definition at line 58 of file ndr_contexthandle.c.
Referenced by ndr_update_context_handle(), NDRCContextBinding(), NDRCContextMarshall(), and RpcSmDestroyClientContext().
|
static |
Definition at line 166 of file ndr_contexthandle.c.
Referenced by NDRCContextUnmarshall().
RPC_BINDING_HANDLE WINAPI NDRCContextBinding | ( | NDR_CCONTEXT | CContext | ) |
Definition at line 76 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 97 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 206 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 225 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 250 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 237 of file ndr_contexthandle.c.
NDR_SCONTEXT WINAPI NDRSContextUnmarshall | ( | void * | pBuff, |
ULONG | DataRepresentation | ||
) |
Definition at line 297 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 321 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 309 of file ndr_contexthandle.c.
RPC_STATUS WINAPI RpcSmDestroyClientContext | ( | void ** | ContextHandle | ) |
Definition at line 121 of file ndr_contexthandle.c.
Referenced by RpcSsDestroyClientContext().
Definition at line 151 of file ndr_contexthandle.c.
Definition at line 161 of file ndr_contexthandle.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
Definition at line 47 of file ndr_contexthandle.c.
|
static |
Definition at line 49 of file ndr_contexthandle.c.
Referenced by NDRCContextBinding(), NDRCContextMarshall(), NDRCContextUnmarshall(), and RpcSmDestroyClientContext().
|
static |
Definition at line 50 of file ndr_contexthandle.c.