Home
last modified time | relevance | path

Searched refs:rpcrt4_conn_get_name (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Drpc_binding.h183 static inline const char *rpcrt4_conn_get_name(const RpcConnection *Connection) in rpcrt4_conn_get_name() function
H A Drpc_server.c297 status = RpcServerAssoc_GetAssociation(rpcrt4_conn_get_name(conn), in process_bind_packet_no_send()
H A Drpc_binding.c238 NewBinding->Protseq = RPCRT4_strdupA(rpcrt4_conn_get_name(Connection)); in RPCRT4_MakeBinding()
H A Drpc_transport.c3677 …err = RPCRT4_CreateConnection(&connection, old_connection->server, rpcrt4_conn_get_name(old_connec… in rpcrt4_spawn_connection()