Home
last modified time | relevance | path

Searched refs:FreeLibrary (Results 1 – 25 of 75) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/dso/
Ddso_win32.c130 FreeLibrary(h); in win32_load()
148 if (!FreeLibrary(*p)) { in win32_unload()
531 FreeLibrary(dll); in win32_pathbyaddr()
551 FreeLibrary(dll); in win32_pathbyaddr()
560 FreeLibrary(dll); in win32_pathbyaddr()
570 FreeLibrary(dll); in win32_pathbyaddr()
604 FreeLibrary(dll); in win32_pathbyaddr()
630 FreeLibrary(dll); in win32_globallookup()
646 FreeLibrary(dll); in win32_globallookup()
655 FreeLibrary(dll); in win32_globallookup()
[all …]
/third_party/openssl/crypto/dso/
Ddso_win32.c130 FreeLibrary(h); in win32_load()
148 if (!FreeLibrary(*p)) { in win32_unload()
531 FreeLibrary(dll); in win32_pathbyaddr()
551 FreeLibrary(dll); in win32_pathbyaddr()
560 FreeLibrary(dll); in win32_pathbyaddr()
570 FreeLibrary(dll); in win32_pathbyaddr()
604 FreeLibrary(dll); in win32_pathbyaddr()
630 FreeLibrary(dll); in win32_globallookup()
646 FreeLibrary(dll); in win32_globallookup()
655 FreeLibrary(dll); in win32_globallookup()
[all …]
/third_party/rust/crates/libloading/src/
Derror.rs68 FreeLibrary { enumerator
96 FreeLibrary { ref source } => Some(&source.0), in source()
121 FreeLibrary { .. } => write!(f, "FreeLibrary failed"), in fmt()
/third_party/glfw/src/
Dwin32_init.c147 FreeLibrary(_glfw.win32.xinput.instance); in freeLibraries()
150 FreeLibrary(_glfw.win32.dinput8.instance); in freeLibraries()
153 FreeLibrary(_glfw.win32.winmm.instance); in freeLibraries()
156 FreeLibrary(_glfw.win32.user32.instance); in freeLibraries()
159 FreeLibrary(_glfw.win32.dwmapi.instance); in freeLibraries()
162 FreeLibrary(_glfw.win32.shcore.instance); in freeLibraries()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_validator.cpp225 FreeLibrary(val->dxil_mod); in dxil_create_validator()
236 FreeLibrary(val->dxil_mod); in dxil_destroy_validator()
245 FreeLibrary(val->dxcompiler_mod); in dxil_destroy_validator()
/third_party/python/Lib/ctypes/test/
Dtest_loading.py91 from _ctypes import LoadLibrary, FreeLibrary
98 FreeLibrary(handle)
/third_party/rust/crates/libloading/src/os/windows/
Dmod.rs282 let result = with_get_last_error(|source| crate::Error::FreeLibrary { source }, || { in close()
283 if unsafe { libloaderapi::FreeLibrary(self.0) == 0 } { in close()
299 unsafe { libloaderapi::FreeLibrary(self.0); } in drop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c297 FreeLibrary(m_libHandle); in loadiJIT_Funcs()
452 FreeLibrary(m_libHandle); in FinalizeProcess()
/third_party/skia/src/ports/
DSkOSLibrary_win.cpp22 return FreeLibrary((HMODULE)library); in SkFreeDynamicLibrary()
/third_party/mesa3d/src/util/
Du_dl.c76 FreeLibrary((HMODULE)library); in util_dl_close()
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp277 FreeLibrary(m_hDbhHelp); in ~StackWalkerInternal()
377 FreeLibrary(m_hDbhHelp); in Init()
590 FreeLibrary(hToolhelp); in GetModuleListTH32()
600 FreeLibrary(hToolhelp); in GetModuleListTH32()
614 FreeLibrary(hToolhelp); in GetModuleListTH32()
669 FreeLibrary(hPsapi); in GetModuleListPSAPI()
710 FreeLibrary(hPsapi); in GetModuleListPSAPI()
/third_party/skia/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp34 struct FreeModule { void operator()(HMODULE m) { (void)FreeLibrary(m); } }; in GrGLMakeNativeInterface()
/third_party/openssl/test/
Dsimpledynamic.c61 return FreeLibrary(lib) == 0 ? 0 : 1; in sd_close()
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_winuwp.cpp57 FreeLibrary(mModule); in ~UwpLibrary()
Dsystem_utils_win32.cpp75 FreeLibrary(mModule); in ~Win32Library()
/third_party/skia/third_party/externals/dawn/src/common/
DDynamicLib.cpp76 FreeLibrary(static_cast<HMODULE>(mHandle)); in Close()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSharedLibrary.hpp85 FreeLibrary((HMODULE)library); in freeLibrary()
/third_party/skia/third_party/externals/swiftshader/src/System/
DSharedLibrary.hpp84 FreeLibrary((HMODULE)library); in freeLibrary()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeDynamicLibrary.c111 FreeLibrary(library->handle); in deDynamicLibrary_close()
/third_party/libsnd/tests/
Dwin32_ordinal_test.c125 FreeLibrary (hmod) ; in win32_ordinal_test()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/
DCompositorNativeWindow11.cpp325 FreeLibrary(mCoreMessagingModule); in ~RoHelper()
331 FreeLibrary(mComBaseModule); in ~RoHelper()
/third_party/lzma/CPP/Windows/
DMemoryLock.cpp74 ::FreeLibrary(hModule); in EnablePrivilege()
DDLL.cpp22 if (!::FreeLibrary(_module)) in Free()
/third_party/ffmpeg/compat/
Dw32dlfcn.h144 #define dlclose FreeLibrary
/third_party/node/deps/uv/src/win/
Ddl.c60 FreeLibrary(lib->handle); in uv_dlclose()

123