Searched refs:from_cache (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/rpcrt4/ |
H A D | rpc_assoc.c | 394 RpcConnection **Connection, BOOL *from_cache) in RpcAssoc_GetClientConnection() argument 402 if (from_cache) *from_cache = TRUE; in RpcAssoc_GetClientConnection() 433 if (from_cache) *from_cache = FALSE; in RpcAssoc_GetClientConnection()
|
H A D | rpc_assoc.h | 55 LPCWSTR CookieAuth, RpcConnection **Connection, BOOL *from_cache) DECLSPEC_HIDDEN;
|
H A D | rpc_binding.h | 178 BOOL *from_cache) DECLSPEC_HIDDEN;
|
H A D | rpc_message.c | 1797 BOOL from_cache = TRUE; in I_RpcSend() local 1815 if (status == RPC_S_OK || conn->server || !from_cache) in I_RpcSend() 1822 … status = RPCRT4_OpenBinding(bind, &conn, &cif->TransferSyntax, &cif->InterfaceId, &from_cache); in I_RpcSend()
|
H A D | rpc_binding.c | 274 const RPC_SYNTAX_IDENTIFIER *InterfaceId, BOOL *from_cache) in RPCRT4_OpenBinding() argument 280 … TransferSyntax, Binding->AuthInfo, Binding->QOS, Binding->CookieAuth, Connection, from_cache); in RPCRT4_OpenBinding()
|