Home
last modified time | relevance | path

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

/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()
660 if ((ret.f = GetProcAddress(me32.hModule, name))) { in win32_globallookup()
/freebsd/contrib/libpcap/
H A Dpcap.c4127 HMODULE hModule = NULL; local
4153 hModule = LoadLibraryA(fullFileName);
4159 return hModule;