Home
last modified time | relevance | path

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

/reactos/dll/win32/wininet/
H A Dnetconnection.c222 static CRITICAL_SECTION init_sechandle_cs; variable
224 0, 0, &init_sechandle_cs,
229 static CRITICAL_SECTION init_sechandle_cs = { &init_sechandle_cs_debug, -1, 0, 0, 0, 0 }; variable
235 EnterCriticalSection(&init_sechandle_cs); in ensure_cred_handle()
256 LeaveCriticalSection(&init_sechandle_cs); in ensure_cred_handle()
413 DeleteCriticalSection(&init_sechandle_cs); in NETCON_unload()