Searched defs:iMsg (Results 1 - 4 of 4) sorted by last modified time

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

Completed in 1111 milliseconds