Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Dndr_contexthandle.c39 struct context_handle_entry struct
58 static struct context_handle_entry *get_context_entry(NDR_CCONTEXT CContext) in get_context_entry() argument
60 struct context_handle_entry *che = CContext; in get_context_entry()
67 static struct context_handle_entry *context_entry_from_guid(LPCGUID uuid) in context_entry_from_guid()
69 struct context_handle_entry *che; in context_entry_from_guid()
70 LIST_FOR_EACH_ENTRY(che, &context_handle_list, struct context_handle_entry, entry) in context_entry_from_guid()
78 struct context_handle_entry *che; in NDRCContextBinding()
99 struct context_handle_entry *che; in NDRCContextMarshall()
124 struct context_handle_entry *che = NULL; in RpcSmDestroyClientContext()
170 struct context_handle_entry *che = NULL; in ndr_update_context_handle()