Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_win32.c58 globals->impersonation_token = INVALID_HANDLE_VALUE; in tsrm_win32_ctor()
82 if (globals->impersonation_token && globals->impersonation_token != INVALID_HANDLE_VALUE ) { in tsrm_win32_dtor()
83 CloseHandle(globals->impersonation_token); in tsrm_win32_dtor()
248 TWG(impersonation_token) = NULL; in tsrm_win32_access()
272 if (!DuplicateToken(thread_token, SecurityImpersonation, &TWG(impersonation_token))) { in tsrm_win32_access()
321 if(TWG(impersonation_token) == NULL) { in tsrm_win32_access()
338 …if(!AccessCheck((PSECURITY_DESCRIPTOR)psec_desc, TWG(impersonation_token), desired_access, &gen_ma… in tsrm_win32_access()
H A Dtsrm_win32.h66 HANDLE impersonation_token; member

Completed in 6 milliseconds