Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/
H A Dwin_glue.c404 BOOL WINAPI DllMain (HANDLE hModule, DWORD fdwReason, LPVOID lpvReserved) in DllMain() argument
409 hlibinstance = (HINSTANCE) hModule; in DllMain()
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_win32.c17 static FARPROC GetProcAddressA(HMODULE hModule, LPCSTR lpProcName) in GetProcAddressA() argument
28 return GetProcAddressW(hModule, lpProcNameW); in GetProcAddressA()
646 if ((ret.f = GetProcAddress(me32.hModule, name))) { in win32_globallookup()
/freebsd/contrib/libpcap/
H A Dpcap.c4246 HMODULE hModule = NULL; local
4272 hModule = LoadLibraryA(fullFileName);
4278 return hModule;
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c5814 DllMain(HANDLE hModule, DWORD fdwReason, LPVOID lpvReserved) in DllMain() argument