Home
last modified time | relevance | path

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

/external/libevent/
Devutil_time.c478 h = evutil_load_windows_system_library_(TEXT("kernel32.dll")); in evutil_configure_monotonic_time_()
Dutil-internal.h399 HMODULE evutil_load_windows_system_library_(const TCHAR *library_name);
Devutil.c673 HMODULE lib = evutil_load_windows_system_library_(TEXT("ihplapi.dll")); in evutil_check_ifaddrs()
2501 evutil_load_windows_system_library_(const TCHAR *library_name) in evutil_load_windows_system_library_() function
Devdns.c3712 if (!(handle = evutil_load_windows_system_library_( in load_nameservers_with_getnetworkparams()
DChangeLog537 o Change return type of evutil_load_windows_system_library_ to HMODULE (f691389)
/external/libevent/test/
Dregress_util.c1126 h = evutil_load_windows_system_library_(TEXT("kernel32.dll")); in test_evutil_loadsyslib()