Home
last modified time | relevance | path

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

/PHP-7.1/TSRM/
H A Dtsrm_win32.c62 globals->impersonation_token = INVALID_HANDLE_VALUE; in tsrm_win32_ctor()
86 if (globals->impersonation_token && globals->impersonation_token != INVALID_HANDLE_VALUE ) { in tsrm_win32_dtor()
87 CloseHandle(globals->impersonation_token); in tsrm_win32_dtor()
264 TWG(impersonation_token) = NULL; in tsrm_win32_access()
288 if (!DuplicateToken(thread_token, SecurityImpersonation, &TWG(impersonation_token))) { in tsrm_win32_access()
338 if(TWG(impersonation_token) == NULL) { in tsrm_win32_access()
355 …if(!AccessCheck((PSECURITY_DESCRIPTOR)psec_desc, TWG(impersonation_token), desired_access, &gen_ma… in tsrm_win32_access()
H A Dtsrm_win32.h69 HANDLE impersonation_token; member

Completed in 7 milliseconds