Home
last modified time | relevance | path

Searched refs:SetDllDirectory (Results 1 – 25 of 241) sorted by relevance

12345678910

/dports/security/nmap/nmap-7.91/nping/
H A Dwinfix.cc172 BOOL (WINAPI *SetDllDirectory)(LPCTSTR); in init_dll_path()
174SetDllDirectory = (BOOL (WINAPI *)(LPCTSTR)) GetProcAddress(GetModuleHandle("kernel32.dll"), "SetD… in init_dll_path()
175 if (SetDllDirectory == NULL) { in init_dll_path()
188 if (SetDllDirectory("") == 0) in init_dll_path()
196 BOOL(WINAPI *SetDllDirectory)(LPCTSTR); in init_npcap_dll_path()
200SetDllDirectory = (BOOL(WINAPI *)(LPCTSTR)) GetProcAddress(GetModuleHandle("kernel32.dll"), "SetDl… in init_npcap_dll_path()
201 if (SetDllDirectory == NULL) { in init_npcap_dll_path()
209 if (SetDllDirectory(sysdir_name) == 0) in init_npcap_dll_path()
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lslunitsync/
H A Dsharedlib.cpp31 SetDllDirectory(NULL); in _LoadLibrary()
32 SetDllDirectory(dir.parent_path().string().c_str()); in _LoadLibrary()
/dports/x11/mlterm/mlterm-3.9.1/baselib/src/
H A Dbl_dlfcn_win32.c32 #ifdef SetDllDirectory /* Defined in winbase.h as SetDllDirectoryA or \ in bl_dl_open()
35 SetDllDirectory(""); /* Don't load library at CWD. */ in bl_dl_open()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkTestOpenGLVersion.h53 SetDllDirectory(mesaLibPath); in HandleOpenGL32Issues()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkTestOpenGLVersion.h56 SetDllDirectory(mesaLibPath); in HandleOpenGL32Issues()
/dports/graphics/pinta/pinta-1.7.1/Pinta/
H A DMain.cs182 static extern bool SetDllDirectory (string lpPathName); in SetDllDirectory() method in Pinta.MainClass
204 if (SetDllDirectory (path)) { in SetWindowsGtkPath()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A DUNI-2049.cpp2 typedef DWORD (WINAPI *SetDllDirectory) (LPCSTR); typedef
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D60006-UNI-2049.cpp2 typedef DWORD (WINAPI* SetDllDirectory) (LPCSTR); typedef
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/system/
H A DInit.cpp64 SetDllDirectory(L""); in svSystemSpecificInitialisation()
/dports/deskutils/presage/presage-0.9.1/bindings/csharp/presage.net/
H A DPresage.cs139 private static extern bool SetDllDirectory(string lpPathName); in SetDllDirectory() method in presage.Presage
371 SetDllDirectory(presage_bin_path); in set_presage_dll_directory()
/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/update/updater/
H A Dloaddlls.cxx22 SetDllDirectory(L""); in AutoLoadSystemDependencies()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/update/updater/
H A Dloaddlls.cpp15 SetDllDirectory(L""); in AutoLoadSystemDependencies()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/update/updater/
H A Dloaddlls.cpp15 SetDllDirectory(L""); in AutoLoadSystemDependencies()
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/updater/
H A Dloaddlls.cpp15 SetDllDirectory(L""); in AutoLoadSystemDependencies()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/onlineupdate/source/update/updater/
H A Dloaddlls.cxx22 SetDllDirectory(L""); in AutoLoadSystemDependencies()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/updater/
H A Dloaddlls.cpp15 SetDllDirectory(L""); in AutoLoadSystemDependencies()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/update/updater/
H A Dloaddlls.cpp17 SetDllDirectory(L""); in AutoLoadSystemDependencies()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/updater/
H A Dloaddlls.cpp15 SetDllDirectory(L""); in AutoLoadSystemDependencies()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/ipc/
H A DPluginProcessChild.cpp105 SetDllDirectory(L""); in Init()
/dports/devel/py-pyinstaller/PyInstaller-3.5/bootloader/src/
H A Dpyi_main.c120 SetDllDirectory(dllpath_w); in pyi_main()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/base/
H A DnsPluginsDirWin.cpp249 SetDllDirectory(nullptr); in LoadPlugin()
254 SetDllDirectory(L""); in LoadPlugin()
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dplugin_interface.hpp301 SetDllDirectory(TEXT(searchpath.c_str())); in load_library()
303 SetDllDirectory(NULL); in load_library()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/base/
H A DnsPluginsDirWin.cpp249 SetDllDirectory(nullptr); in LoadPlugin()
254 SetDllDirectory(L""); in LoadPlugin()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DnsPluginsDirWin.cpp317 SetDllDirectory(nullptr); in LoadPlugin()
325 SetDllDirectory(L""); in LoadPlugin()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/coreaudio-encoder/
H A Dwindows-imports.h382 SetDllDirectory(path); in load_from_shell_path()
384 SetDllDirectory(nullptr); in load_from_shell_path()

12345678910