ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winsvc.h"
#include "rpc.h"
#include "wine/debug.h"
#include "wine/exception.h"
#include "rpc_binding.h"
#include "epm_c.h"
#include "epm_towers.h"
Go to the source code of this file.
Classes | |
struct | epm_endpoints |
Variables | |
static const struct epm_endpoints | epm_endpoints [] |
|
static |
Definition at line 196 of file rpc_epmap.c.
Referenced by RpcEpRegisterA(), RpcEpRegisterNoReplaceA(), RpcEpRegisterNoReplaceW(), and RpcEpRegisterW().
|
static |
Definition at line 140 of file rpc_epmap.c.
Referenced by RpcEpResolveBinding().
|
static |
Definition at line 177 of file rpc_epmap.c.
Referenced by epm_register(), and RpcEpUnregister().
|
inlinestatic |
Definition at line 129 of file rpc_epmap.c.
Referenced by epm_register(), and RpcEpResolveBinding().
void __RPC_FAR *__RPC_USER MIDL_user_allocate | ( | SIZE_T | len | ) |
Definition at line 657 of file rpc_epmap.c.
void __RPC_USER MIDL_user_free | ( | void __RPC_FAR * | ptr | ) |
Definition at line 662 of file rpc_epmap.c.
|
static |
Definition at line 184 of file rpc_epmap.c.
Referenced by epm_register(), RpcEpResolveBinding(), and RpcEpUnregister().
RPC_STATUS WINAPI RpcEpRegisterA | ( | RPC_IF_HANDLE | IfSpec, |
RPC_BINDING_VECTOR * | BindingVector, | ||
UUID_VECTOR * | UuidVector, | ||
RPC_CSTR | Annotation | ||
) |
Definition at line 296 of file rpc_epmap.c.
Referenced by test_endpoint_mapper().
RPC_STATUS WINAPI RpcEpRegisterNoReplaceA | ( | RPC_IF_HANDLE | IfSpec, |
RPC_BINDING_VECTOR * | BindingVector, | ||
UUID_VECTOR * | UuidVector, | ||
RPC_CSTR | Annotation | ||
) |
Definition at line 305 of file rpc_epmap.c.
RPC_STATUS WINAPI RpcEpRegisterNoReplaceW | ( | RPC_IF_HANDLE | IfSpec, |
RPC_BINDING_VECTOR * | BindingVector, | ||
UUID_VECTOR * | UuidVector, | ||
RPC_WSTR | Annotation | ||
) |
Definition at line 329 of file rpc_epmap.c.
RPC_STATUS WINAPI RpcEpRegisterW | ( | RPC_IF_HANDLE | IfSpec, |
RPC_BINDING_VECTOR * | BindingVector, | ||
UUID_VECTOR * | UuidVector, | ||
RPC_WSTR | Annotation | ||
) |
Definition at line 314 of file rpc_epmap.c.
RPC_STATUS WINAPI RpcEpResolveBinding | ( | RPC_BINDING_HANDLE | Binding, |
RPC_IF_HANDLE | IfSpec | ||
) |
Definition at line 431 of file rpc_epmap.c.
Referenced by I_RpcNegotiateTransferSyntax(), and test_endpoint_mapper().
RPC_STATUS WINAPI RpcEpUnregister | ( | RPC_IF_HANDLE | IfSpec, |
RPC_BINDING_VECTOR * | BindingVector, | ||
UUID_VECTOR * | UuidVector | ||
) |
Definition at line 344 of file rpc_epmap.c.
Referenced by test_endpoint_mapper().
Definition at line 79 of file rpc_epmap.c.
Referenced by epm_register(), and RpcEpResolveBinding().
RPC_STATUS WINAPI TowerConstruct | ( | const RPC_SYNTAX_IDENTIFIER * | object, |
const RPC_SYNTAX_IDENTIFIER * | syntax, | ||
const char * | protseq, | ||
const char * | endpoint, | ||
const char * | address, | ||
twr_t ** | tower | ||
) |
Definition at line 596 of file rpc_epmap.c.
Referenced by epm_register(), ept_map(), RpcEpResolveBinding(), RpcEpUnregister(), and test_towers().
RPC_STATUS WINAPI TowerExplode | ( | const twr_t * | tower, |
PRPC_SYNTAX_IDENTIFIER | object, | ||
PRPC_SYNTAX_IDENTIFIER | syntax, | ||
char ** | protseq, | ||
char ** | endpoint, | ||
char ** | address | ||
) |
Definition at line 524 of file rpc_epmap.c.
Referenced by ept_delete(), ept_insert(), ept_map(), and RpcEpResolveBinding().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
|
static |