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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dwinrand.c116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) argument
137 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0) {
145 return DefWindowProc(hwnd, iMsg, wParam, lParam);
H A Ds_socket.c136 LPARAM lParam)
147 return CallWindowProc(lpTopWndProc, hwnd, message, wParam, lParam);
150 static BOOL CALLBACK enumproc(HWND hwnd, LPARAM lParam) argument
135 topHookProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c583 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam) argument
601 x = LOWORD(lParam);
602 y = HIWORD(lParam);
616 RAND_add(&lParam, sizeof(lParam), 0);

Completed in 83 milliseconds