|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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.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 195 of file rpc_epmap.c.
Referenced by RpcEpRegisterA(), RpcEpRegisterNoReplaceA(), RpcEpRegisterNoReplaceW(), and RpcEpRegisterW().
|
static |
Definition at line 139 of file rpc_epmap.c.
Referenced by RpcEpResolveBinding().
|
static |
Definition at line 176 of file rpc_epmap.c.
Referenced by epm_register(), and RpcEpUnregister().
|
inlinestatic |
Definition at line 128 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 656 of file rpc_epmap.c.
| void __RPC_USER MIDL_user_free | ( | void __RPC_FAR * | ptr | ) |
Definition at line 661 of file rpc_epmap.c.
|
static |
Definition at line 183 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 295 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 304 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 328 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 313 of file rpc_epmap.c.
| RPC_STATUS WINAPI RpcEpResolveBinding | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_IF_HANDLE | IfSpec | ||
| ) |
Definition at line 430 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 343 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 595 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 523 of file rpc_epmap.c.
Referenced by ept_delete(), ept_insert(), ept_map(), and RpcEpResolveBinding().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
|
static |