Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Drpc_server.c90 static CRITICAL_SECTION server_auth_info_cs; variable
93 0, 0, &server_auth_info_cs,
97 static CRITICAL_SECTION server_auth_info_cs = { &server_auth_info_cs_debug, -1, 0, 0, 0, 0 }; variable
1372 EnterCriticalSection(&server_auth_info_cs); in RPCRT4_ServerGetRegisteredAuthInfo()
1391 LeaveCriticalSection(&server_auth_info_cs); in RPCRT4_ServerGetRegisteredAuthInfo()
1400 EnterCriticalSection(&server_auth_info_cs); in RPCRT4_ServerFreeAllRegisteredAuthInfo()
1407 LeaveCriticalSection(&server_auth_info_cs); in RPCRT4_ServerFreeAllRegisteredAuthInfo()
1408 DeleteCriticalSection(&server_auth_info_cs); in RPCRT4_ServerFreeAllRegisteredAuthInfo()
1471 EnterCriticalSection(&server_auth_info_cs); in RpcServerRegisterAuthInfoW()
1473 LeaveCriticalSection(&server_auth_info_cs); in RpcServerRegisterAuthInfoW()