Searched defs:_oslSecurityImpl (Results 1 – 3 of 3) sorted by relevance
37 typedef struct _oslSecurityImpl { struct38 HANDLE m_hProfile;39 HANDLE m_hToken;40 sal_Unicode m_User[USER_BUFFER_SIZE];42 NETRESOURCEW *m_pNetResource;
35 typedef struct _oslSecurityImpl { struct36 int m_isValid;37 struct passwd m_pPasswd;38 sal_Char m_buffer[PASSWD_BUFFER_SIZE];
33 typedef struct _oslSecurityImpl { struct34 struct passwd m_pPasswd;35 char m_buffer[1]; /* should be a C99 flexible array member */
Completed in 47 milliseconds