Home
last modified time | relevance | path

Searched refs:evutil_load_windows_system_library_ (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/
H A Devutil_time.c103 HMODULE h = evutil_load_windows_system_library_(TEXT("kernel32.dll")); in evutil_gettimeofday()
526 h = evutil_load_windows_system_library_(TEXT("kernel32.dll")); in evutil_configure_monotonic_time_()
H A Dutil-internal.h457 HMODULE evutil_load_windows_system_library_(const TCHAR *library_name);
H A Devutil.c705 HMODULE lib = evutil_load_windows_system_library_(TEXT("iphlpapi.dll")); in evutil_check_ifaddrs()
2577 evutil_load_windows_system_library_(const TCHAR *library_name) in evutil_load_windows_system_library_() function
H A Devdns.c3779 if (!(handle = evutil_load_windows_system_library_( in load_nameservers_with_getnetworkparams()
H A DChangeLog850 o Change return type of evutil_load_windows_system_library_ to HMODULE (f691389)
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_util.c1239 h = evutil_load_windows_system_library_(TEXT("kernel32.dll")); in test_evutil_loadsyslib()