Home
last modified time | relevance | path

Searched refs:iMsg (Results 1 – 4 of 4) sorted by relevance

/external/openssl/apps/
Dwinrand.c116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument
123 switch (iMsg) in WndProc()
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0) in WndProc()
147 return DefWindowProc(hwnd, iMsg, wParam, lParam); in WndProc()
/external/openssl/crypto/rand/
Drand_win.c634 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam) in RAND_event() argument
638 switch (iMsg) in RAND_event()
666 RAND_add(&iMsg, sizeof(iMsg), add_entropy); in RAND_event()
/external/libpng/contrib/gregbook/
Drpng-win.c688 LRESULT CALLBACK rpng_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP) in rpng_win_wndproc() argument
694 switch (iMsg) { in rpng_win_wndproc()
727 return DefWindowProc(hwnd, iMsg, wP, lP); in rpng_win_wndproc()
Drpng2-win.c1216 LRESULT CALLBACK rpng2_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP) in rpng2_win_wndproc() argument
1222 switch (iMsg) { in rpng2_win_wndproc()
1252 return DefWindowProc(hwnd, iMsg, wP, lP); in rpng2_win_wndproc()