Home
last modified time | relevance | path

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

/PHP-5.3/TSRM/
H A Dtsrm_win32.c196 HANDLE thread_token = NULL; in tsrm_win32_access() local
246 if(!OpenThreadToken(GetCurrentThread(), TOKEN_ALL_ACCESS, TRUE, &thread_token)) { in tsrm_win32_access()
249 if (!OpenProcessToken(GetCurrentProcess(), TOKEN_ALL_ACCESS, &thread_token)) { in tsrm_win32_access()
257 token_sid = tsrm_win32_get_token_sid(thread_token); in tsrm_win32_access()
274 if (!DuplicateToken(thread_token, SecurityImpersonation, &TWG(impersonation_token))) { in tsrm_win32_access()
368 if(thread_token != NULL) { in tsrm_win32_access()
369 CloseHandle(thread_token); in tsrm_win32_access()
471 HANDLE thread_token = NULL; in popen_ex() local
528 if(OpenThreadToken(GetCurrentThread(), TOKEN_ALL_ACCESS, TRUE, &thread_token)) { in popen_ex()
529 …DuplicateTokenEx(thread_token, MAXIMUM_ALLOWED, &security, SecurityImpersonation, TokenPrimary, &t… in popen_ex()

Completed in 36 milliseconds