Home
last modified time | relevance | path

Searched refs:from_cache (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Drpc_assoc.c394 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 Drpc_assoc.h55 LPCWSTR CookieAuth, RpcConnection **Connection, BOOL *from_cache) DECLSPEC_HIDDEN;
H A Drpc_binding.h178 BOOL *from_cache) DECLSPEC_HIDDEN;
H A Drpc_message.c1797 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 Drpc_binding.c274 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()