Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Drpc_server.c69 static struct list server_interfaces = LIST_INIT(server_interfaces); variable
142 LIST_FOR_EACH_ENTRY(cif, &server_interfaces, RpcServerInterface, entry) { in RPCRT4_find_interface()
152 if (&cif->entry == &server_interfaces) cif = NULL; in RPCRT4_find_interface()
1190 list_add_head(&server_interfaces, &sif->entry); in RpcServerRegisterIf3()
1215 LIST_FOR_EACH_ENTRY(cif, &server_interfaces, RpcServerInterface, entry) { in RpcServerUnregisterIf()