Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/w32/
H A Dsecurity.cxx54 pSecImpl->m_hToken = nullptr; in osl_getCurrentSecurity()
89 pSecImpl->m_hToken = hUserToken; in osl_loginUser()
152 pSecImpl->m_hToken = nullptr; in osl_loginUserOnFileServer()
192 if ( static_cast<oslSecurityImpl*>(Security)->m_hToken ) in osl_isAdministrator()
240 if (pSecImpl->m_hToken) in osl_freeSecurityHandle()
241 CloseHandle(pSecImpl->m_hToken); in osl_freeSecurityHandle()
256 HANDLE hAccessToken = pSecImpl->m_hToken; in osl_getUserIdent()
288 if (pSecImpl->m_hToken == nullptr) in osl_getUserIdent()
397 if (pSecImpl->m_hToken) in osl_getConfigDir()
563 HANDLE hAccessToken = pSecImpl->m_hToken; in getUserNameImpl()
[all …]
H A Dsecimpl.hxx32 HANDLE m_hToken; member
H A Dprocimpl.cxx525 if ((Security != nullptr) && (static_cast<oslSecurityImpl*>(Security)->m_hToken != nullptr)) in osl_executeProcess_WithRedirectedIO()
528 static_cast<oslSecurityImpl*>(Security)->m_hToken, in osl_executeProcess_WithRedirectedIO()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/w32/
H A Dsecurity.cxx54 pSecImpl->m_hToken = nullptr; in osl_getCurrentSecurity()
89 pSecImpl->m_hToken = hUserToken; in osl_loginUser()
152 pSecImpl->m_hToken = nullptr; in osl_loginUserOnFileServer()
191 if ( static_cast<oslSecurityImpl*>(Security)->m_hToken ) in osl_isAdministrator()
243 if (pSecImpl->m_hToken) in osl_freeSecurityHandle()
244 CloseHandle(pSecImpl->m_hToken); in osl_freeSecurityHandle()
259 HANDLE hAccessToken = pSecImpl->m_hToken; in osl_getUserIdent()
291 if (pSecImpl->m_hToken == nullptr) in osl_getUserIdent()
402 if (pSecImpl->m_hToken) in osl_getConfigDir()
568 HANDLE hAccessToken = pSecImpl->m_hToken; in getUserNameImpl()
[all …]
H A Dsecimpl.hxx31 HANDLE m_hToken; member
H A Dprocimpl.cxx525 if ((Security != nullptr) && (static_cast<oslSecurityImpl*>(Security)->m_hToken != nullptr)) in osl_executeProcess_WithRedirectedIO()
528 static_cast<oslSecurityImpl*>(Security)->m_hToken, in osl_executeProcess_WithRedirectedIO()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/ccapi/common/win/OldCC/
H A Dsecure.cxx118 m_hToken(0), in SecureClient()
133 if (!OpenThreadToken(hThDuplicate, TOKEN_ALL_ACCESS, FALSE, &m_hToken)) { in SecureClient()
148 if (!SetThreadToken(&hThread, m_hToken)) { in ~SecureClient()
152 if (m_hToken) { in ~SecureClient()
153 if (!CloseHandle(m_hToken)) { in ~SecureClient()
H A Dsecure.hxx52 HANDLE m_hToken; member in SecureClient
/dports/security/krb5/krb5-1.19.2/src/ccapi/common/win/OldCC/
H A Dsecure.cxx118 m_hToken(0), in SecureClient()
133 if (!OpenThreadToken(hThDuplicate, TOKEN_ALL_ACCESS, FALSE, &m_hToken)) { in SecureClient()
148 if (!SetThreadToken(&hThread, m_hToken)) { in ~SecureClient()
152 if (m_hToken) { in ~SecureClient()
153 if (!CloseHandle(m_hToken)) { in ~SecureClient()
H A Dsecure.hxx52 HANDLE m_hToken; member in SecureClient