Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A Dtsrm_win32.c60 globals->impersonation_token = INVALID_HANDLE_VALUE; in tsrm_win32_ctor()
84 if (globals->impersonation_token && globals->impersonation_token != INVALID_HANDLE_VALUE ) { in tsrm_win32_dtor()
85 CloseHandle(globals->impersonation_token); in tsrm_win32_dtor()
243 TWG(impersonation_token) = NULL; in tsrm_win32_access()
267 if (!DuplicateToken(thread_token, SecurityImpersonation, &TWG(impersonation_token))) { in tsrm_win32_access()
316 if(TWG(impersonation_token) == NULL) { in tsrm_win32_access()
333 …if(!AccessCheck((PSECURITY_DESCRIPTOR)psec_desc, TWG(impersonation_token), desired_access, &gen_ma… in tsrm_win32_access()
H A Dtsrm_win32.h68 HANDLE impersonation_token; member

Completed in 7 milliseconds