Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeash.cpp43 HWND CLeashApp::m_hProgram = 0;
44 HINSTANCE CLeashApp::m_hLeashDLL = 0;
45 HINSTANCE CLeashApp::m_hComErr = 0;
46 HINSTANCE CLeashApp::m_hKrb5DLL = 0;
47 HINSTANCE CLeashApp::m_hKrb5ProfileDLL= 0;
48 HINSTANCE CLeashApp::m_hPsapi = 0;
49 HINSTANCE CLeashApp::m_hToolHelp32 = 0;
50 krb5_context CLeashApp::m_krbv5_context = 0;
51 profile_t CLeashApp::m_krbv5_profile = 0;
52 HINSTANCE CLeashApp::m_hKrbLSA = 0;
[all …]
H A DLeashAboutBox.cpp251 if (!CLeashApp::m_hToolHelp32 && !CLeashApp::m_hPsapi) in OnInitDialog()
260 if (!CLeashApp::m_hPsapi) in OnInitDialog()
296 if (!CLeashApp::m_hToolHelp32 && !CLeashApp::m_hPsapi) in OnAllModules()
301 if (!CLeashApp::m_hPsapi) in OnAllModules()
312 if (!CLeashApp::m_hToolHelp32 && !CLeashApp::m_hPsapi) in OnLeashModules()
317 if (!CLeashApp::m_hPsapi) in OnLeashModules()
330 if (!CLeashApp::m_hKrb5DLL) in OnNotLoadedModules()
H A DLeash.h91 class CLeashApp : public CWinAppEx
117 CLeashApp();
118 virtual ~CLeashApp();
153 extern CLeashApp theApp;
H A DLeashView.cpp545 if (!CLeashApp::m_hKrb5DLL) in OnShowWindow()
718 CLeashApp::m_bUpdateDisplay = TRUE; in krenew()
724 if ( !CLeashApp::m_hKrb5DLL ) in OnRenewTicket()
742 if ( !CLeashApp::m_hKrb5DLL ) in RenewTicket()
843 CLeashApp::m_bUpdateDisplay = TRUE; in OnMakeDefault()
1095 if (CLeashApp::m_hKrb5DLL && !CLeashApp::m_krbv5_profile) in OnUpdateDisplay()
1098 if (CLeashApp::GetProfileFile(confname, sizeof(confname))) in OnUpdateDisplay()
1107 pprofile_init(filenames, &CLeashApp::m_krbv5_profile); in OnUpdateDisplay()
1135 else if ( CLeashApp::m_hKrb5DLL ) in OnUpdateDisplay()
1148 if (CLeashApp::m_hKrb5DLL && ticketinfo.Krb5.btickets) { in OnUpdateDisplay()
[all …]
H A DMainFrm.cpp95 if (CLeashApp::m_useRibbon) { in OnCreate()
156 if ((!CLeashApp::m_useRibbon) && in OnCreate()
182 if (!CLeashApp::m_useRibbon) { in OnCreate()