Home
last modified time | relevance | path

Searched refs:hModule (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/w32/subproc/
H A Dw32err.c46 HMODULE hModule = GetModuleHandle("wsock32"); in map_windows32_error_to_string() local
47 if (hModule != NULL) { in map_windows32_error_to_string()
49 hModule, in map_windows32_error_to_string()
55 FreeLibrary(hModule); in map_windows32_error_to_string()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dtlhelp32.d98 HMODULE hModule; member
137 HMODULE hModule; member
H A Dwinbase.d1545 HMODULE hModule;
1559 HMODULE hModule;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_win32.c17 static FARPROC GetProcAddressA(HMODULE hModule, LPCSTR lpProcName) in GetProcAddressA() argument
28 return GetProcAddressW(hModule, lpProcNameW); in GetProcAddressA()
661 if ((ret.f = GetProcAddress(me32.hModule, name))) { in win32_globallookup()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_win32.c17 static FARPROC GetProcAddressA(HMODULE hModule, LPCSTR lpProcName) in GetProcAddressA() argument
28 return GetProcAddressW(hModule, lpProcNameW); in GetProcAddressA()
660 if ((ret.f = GetProcAddress(me32.hModule, name))) { in win32_globallookup()