Searched refs:evutil_load_windows_system_library_ (Results 1 – 6 of 6) sorted by relevance
478 h = evutil_load_windows_system_library_(TEXT("kernel32.dll")); in evutil_configure_monotonic_time_()
399 HMODULE evutil_load_windows_system_library_(const TCHAR *library_name);
673 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
3712 if (!(handle = evutil_load_windows_system_library_( in load_nameservers_with_getnetworkparams()
537 o Change return type of evutil_load_windows_system_library_ to HMODULE (f691389)
1126 h = evutil_load_windows_system_library_(TEXT("kernel32.dll")); in test_evutil_loadsyslib()