ReactOS 0.4.16-dev-747-gbc52d5f
|
Go to the source code of this file.
Classes | |
struct | _RpcAssoc |
Typedefs | |
typedef struct _RpcAssoc | RpcAssoc |
Definition at line 447 of file rpc_assoc.c.
Referenced by RPCRT4_ReleaseConnection().
RPC_STATUS RpcAssoc_GetClientConnection | ( | RpcAssoc * | assoc, |
const RPC_SYNTAX_IDENTIFIER * | InterfaceId, | ||
const RPC_SYNTAX_IDENTIFIER * | TransferSyntax, | ||
RpcAuthInfo * | AuthInfo, | ||
RpcQualityOfService * | QOS, | ||
LPCWSTR | CookieAuth, | ||
RpcConnection ** | Connection, | ||
BOOL * | from_cache | ||
) |
Definition at line 390 of file rpc_assoc.c.
Referenced by RPCRT4_OpenBinding().
Definition at line 187 of file rpc_assoc.c.
Referenced by RpcBindingReset(), RPCRT4_ReleaseBinding(), and RPCRT4_ResolveBinding().
void RpcAssoc_ReleaseIdleConnection | ( | RpcAssoc * | assoc, |
RpcConnection * | Connection | ||
) |
Definition at line 437 of file rpc_assoc.c.
Referenced by RPCRT4_CloseBinding().
void RpcContextHandle_GetUuid | ( | NDR_SCONTEXT | SContext, |
UUID * | uuid | ||
) |
Definition at line 541 of file rpc_assoc.c.
Referenced by NDRSContextMarshall2().
BOOL RpcContextHandle_IsGuardCorrect | ( | NDR_SCONTEXT | SContext, |
void * | CtxGuard | ||
) |
Definition at line 481 of file rpc_assoc.c.
Referenced by NDRSContextMarshall2(), RpcServerAssoc_FindContextHandle(), and RpcServerAssoc_UpdateContextHandle().
RPC_STATUS RPCRT4_GetAssociation | ( | LPCSTR | Protseq, |
LPCSTR | NetworkAddr, | ||
LPCSTR | Endpoint, | ||
LPCWSTR | NetworkOptions, | ||
RpcAssoc ** | assoc | ||
) |
Definition at line 98 of file rpc_assoc.c.
Referenced by RPCRT4_CompleteBindingA(), RPCRT4_CompleteBindingW(), and RPCRT4_ResolveBinding().
RPC_STATUS RpcServerAssoc_AllocateContextHandle | ( | RpcAssoc * | assoc, |
void * | CtxGuard, | ||
NDR_SCONTEXT * | SContext | ||
) |
Definition at line 456 of file rpc_assoc.c.
Referenced by NDRSContextUnmarshall2().
RPC_STATUS RpcServerAssoc_FindContextHandle | ( | RpcAssoc * | assoc, |
const UUID * | uuid, | ||
void * | CtxGuard, | ||
ULONG | Flags, | ||
NDR_SCONTEXT * | SContext | ||
) |
Definition at line 487 of file rpc_assoc.c.
Referenced by NDRSContextUnmarshall2().
RPC_STATUS RpcServerAssoc_GetAssociation | ( | LPCSTR | Protseq, |
LPCSTR | NetworkAddr, | ||
LPCSTR | Endpoint, | ||
LPCWSTR | NetworkOptions, | ||
ULONG | assoc_gid, | ||
RpcAssoc ** | assoc_out | ||
) |
Definition at line 137 of file rpc_assoc.c.
Referenced by process_bind_packet_no_send().
unsigned int RpcServerAssoc_ReleaseContextHandle | ( | RpcAssoc * | assoc, |
NDR_SCONTEXT | SContext, | ||
BOOL | release_lock | ||
) |
Definition at line 563 of file rpc_assoc.c.
Referenced by NDRSContextMarshall2(), and process_request_packet().
RPC_STATUS RpcServerAssoc_UpdateContextHandle | ( | RpcAssoc * | assoc, |
NDR_SCONTEXT | SContext, | ||
void * | CtxGuard, | ||
NDR_RUNDOWN | rundown_routine | ||
) |
Definition at line 515 of file rpc_assoc.c.
Referenced by NDRSContextMarshall2().