| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | winutil.c | 25 WPARAM wParam, in MITPasswordEditProc() argument 90 return SendMessage(GetDlgItem(hWnd, 1), message, wParam, lParam); in MITPasswordEditProc() 91 return DefWindowProc(hWnd, message, wParam, lParam); in MITPasswordEditProc()
|
| H A D | lshutil.cpp | 318 virtual bool WindowProc(UINT msg, WPARAM wParam, LPARAM lParam, 322 static LRESULT sWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, 335 LRESULT HookWindow::sWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, in sWindowProc() argument 343 if (!iter->second->WindowProc(uMsg, wParam, lParam, &result)) in sWindowProc() 345 hwnd, uMsg, wParam, lParam); in sWindowProc() 347 result = ::DefWindowProc(hwnd, uMsg, wParam, lParam); in sWindowProc()
|
| H A D | lsh_pwd.c | 56 WPARAM wParam, 65 WPARAM wParam, 74 WPARAM wParam, 499 WPARAM wParam, in PasswordProc() argument 624 switch (wParam) { in PasswordProc() 1237 WPARAM wParam, in AuthenticateProc() argument 1421 if (((HWND)wParam) != hFocusCtrl) { in AuthenticateProc() 1427 switch (LOWORD(wParam)) { in AuthenticateProc() 1431 long pos = HIWORD(wParam); // the position of the slider in AuthenticateProc() 1469 switch (wParam) { in AuthenticateProc() [all …]
|
| H A D | krb5routines.c | 507 MultiInputDialogProc( HWND hDialog, UINT message, WPARAM wParam, LPARAM lParam) in MultiInputDialogProc() argument 513 if ( GetDlgCtrlID((HWND) wParam) != ID_MID_TEXT ) in MultiInputDialogProc() 527 switch ( LOWORD(wParam) ) { in MultiInputDialogProc() 535 EndDialog(hDialog, LOWORD(wParam)); in MultiInputDialogProc()
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | MainFrm.cpp | 410 LRESULT CMainFrame::WindowProc(UINT message, WPARAM wParam, LPARAM lParam) in WindowProc() argument 420 switch ( wParam ) { in WindowProc() 431 GetActiveView()->SendMessage(ID_OBTAIN_TGT_WITH_LPARAM, wParam, in WindowProc() 442 return CLeashFrame::WindowProc(message, wParam, lParam); in WindowProc()
|
| H A D | LeashView.h | 218 afx_msg LRESULT OnWarningPopup(WPARAM wParam, LPARAM lParam); 314 afx_msg LRESULT OnGoodbye(WPARAM wParam, LPARAM lParam); 315 afx_msg LRESULT OnTrayIcon(WPARAM wParam, LPARAM lParam); 316 afx_msg LRESULT OnObtainTGTWithParam(WPARAM wParam, LPARAM lParam);
|
| H A D | MainFrm.h | 69 virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
|
| H A D | Leash.cpp | 130 LRESULT WINAPI LeashWindowProc( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) in LeashWindowProc() argument 134 if (SC_CLOSE == (wParam & 0xfff0)) { in LeashWindowProc() 135 wParam = (wParam & ~0xfff0) | SC_MINIMIZE; in LeashWindowProc() 139 return ::DefWindowProc(hWnd, Msg, wParam, lParam); in LeashWindowProc()
|
| H A D | LeashView.cpp | 1718 LRESULT CLeashView::OnGoodbye(WPARAM wParam, LPARAM lParam) in OnGoodbye() argument 1743 LRESULT CLeashView::OnTrayIcon(WPARAM wParam, LPARAM lParam) in OnTrayIcon() argument 1951 LRESULT CLeashView::OnWarningPopup(WPARAM wParam, LPARAM lParam) in OnWarningPopup() argument 2278 CLeashView::OnObtainTGTWithParam(WPARAM wParam, LPARAM lParam) in OnObtainTGTWithParam() argument
|
| /freebsd/crypto/openssl/crypto/rand/ |
| H A D | rand_deprecated.c | 20 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam) in RAND_event() argument
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | read_pwd.c | 203 read_pwd_proc(HWND hdlg, UINT msg, WPARAM wParam, LPARAM lParam) in read_pwd_proc() argument 219 switch (wParam) { in read_pwd_proc()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | RAND_add.pod | 25 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam);
|