Home
last modified time | relevance | path

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

/aoo42x/main/sal/osl/w32/
H A Dsecurity.c95 pSecImpl->m_pNetResource = NULL; in osl_getCurrentSecurity()
139 pSecImpl->m_pNetResource = NULL; in osl_loginUser()
197 pSecImpl->m_pNetResource = malloc(sizeof(NETRESOURCE)); in osl_loginUserOnFileServer()
198 *pSecImpl->m_pNetResource = netResource; in osl_loginUserOnFileServer()
311 if (pSecImpl->m_pNetResource != NULL) in osl_freeSecurityHandle()
313 WNetCancelConnection2W(pSecImpl->m_pNetResource->lpRemoteName, 0, sal_True); in osl_freeSecurityHandle()
315 free(pSecImpl->m_pNetResource->lpRemoteName); in osl_freeSecurityHandle()
316 free(pSecImpl->m_pNetResource); in osl_freeSecurityHandle()
465 if (pSecImpl->m_pNetResource != NULL) in osl_getHomeDir()
523 if (pSecImpl->m_pNetResource != NULL) in osl_getConfigDir()
[all …]
H A Dsecimpl.h42 NETRESOURCEW *m_pNetResource; member

Completed in 25 milliseconds