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

/barrelfish-master/lib/openssl-1.0.0d/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
/barrelfish-master/lib/openssl-1.0.0d/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);

Completed in 127 milliseconds