Home
last modified time | relevance | path

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

/aosp_15_r20/external/libevent/
H A Devutil_time.c100 HMODULE h = evutil_load_windows_system_library_(TEXT("kernel32.dll")); in evutil_gettimeofday()
523 h = evutil_load_windows_system_library_(TEXT("kernel32.dll")); in evutil_configure_monotonic_time_()
H A Dutil-internal.h455 HMODULE evutil_load_windows_system_library_(const TCHAR *library_name);
H A Devutil.c701 HMODULE lib = evutil_load_windows_system_library_(TEXT("iphlpapi.dll")); in evutil_check_ifaddrs()
2573 evutil_load_windows_system_library_(const TCHAR *library_name) in evutil_load_windows_system_library_() function
H A Devdns.c3775 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)
/aosp_15_r20/external/libevent/test/
H A Dregress_util.c1234 h = evutil_load_windows_system_library_(TEXT("kernel32.dll")); in test_evutil_loadsyslib()