Searched refs:lParam (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dwinrand.c116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) argument
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
147 return DefWindowProc(hwnd, iMsg, wParam, lParam);
H A Ds_socket.c132 LPARAM lParam)
145 return CallWindowProc(lpTopWndProc,hwnd,message,wParam,lParam);
148 static BOOL CALLBACK enumproc(HWND hwnd,LPARAM lParam) argument
131 topHookProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dpasswd_dlg.c52 pwd_dialog_proc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dhook.c168 hookProc(int nCode, WPARAM wParam, LPARAM lParam) { argument
176 return (CallNextHookEx(hookHandle, nCode, wParam, lParam));
180 if ((pMsg = (MSG *)lParam) == NULL) {
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Dtabwindow.cpp112 (tc_item.lParam);
161 item.lParam = reinterpret_cast <LPARAM>(this);
H A Drootwindow.cpp135 (tc_item.lParam);
300 // <TAB> auto-repeat count in LOWORD(msg.lParam), WS_GROUP, etc...
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_win.c634 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam) argument
653 x=LOWORD(lParam);
654 y=HIWORD(lParam);
668 RAND_add(&lParam, sizeof(lParam), 0);
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c637 BOOL CALLBACK DlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
660 BOOL CALLBACK DlgProc2(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
695 BOOL CALLBACK PropDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
907 BOOL CALLBACK FbDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) argument
963 if ((HWND)lParam == GetDlgItem(hWnd, IDC_FB_ADDRSPIN)) {
1233 WPARAM wParam, LPARAM lParam ){
1257 return (DefWindowProc(hWnd, message, wParam, lParam));
1264 WPARAM wParam, LPARAM lParam )

Completed in 94 milliseconds