Home
last modified time | relevance | path

Searched defs:dllName (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/common/TestRunner/
H A Dtest_module_loader.cpp20 test_module(const std::string& dllName) : m_dllName(dllName), m_handle(nullptr) {} in test_module()
127 unsigned long test_module_loader::load(const std::string& dllName) in load()
154 UnitTest::TestList& test_module_loader::get_test_list(const std::string& dllName) in get_test_list()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/win32/
H A Dwin_dll.c122 BOOL Init3DDriver (char* dllName) in Init3DDriver()
134 BOOL Init3DSDriver(char *dllName) in Init3DSDriver()
149 HINSTANCE LoadDLL (char* dllName, loadfunc_t* funcTable) in LoadDLL()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/win32/
H A Dwin_dll.c42 static HMODULE LoadDLL (LPCSTR dllName, loadfunc_t *funcTable) in LoadDLL()
167 BOOL Init3DDriver (LPCSTR dllName) in Init3DDriver()
227 BOOL Init3DSDriver(LPCSTR dllName) in Init3DSDriver()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/DllLoader/
H A DWin32DllLoader.cpp253 auto dllName = reinterpret_cast<char*>(image_base + imp_desc[i].Name); in OverrideImports() local
311 bool Win32DllLoader::NeedsHooking(const char *dllName) in NeedsHooking()
368 bool Win32DllLoader::ResolveImport(const char *dllName, const char *functionName, void **fixup) in ResolveImport()
373 bool Win32DllLoader::ResolveOrdinal(const char *dllName, unsigned long ordinal, void **fixup) in ResolveOrdinal()
/dports/devel/msbuild/msbuild-0.06/src/Utilities/TrackedDependencies/
H A DFileTracker.cs492 …public static bool ForceOutOfProcTracking(ExecutableType toolType, string dllName, string cancelEv… in ForceOutOfProcTracking()
639 …public static string TrackerResponseFileArguments(string dllName, string intermediateDirectory, st… in TrackerResponseFileArguments()
652 …public static string TrackerResponseFileArguments(string dllName, string intermediateDirectory, st… in TrackerResponseFileArguments()
705 …public static string TrackerArguments(string command, string arguments, string dllName, string int… in TrackerArguments()
720 …public static string TrackerArguments(string command, string arguments, string dllName, string int… in TrackerArguments()
742 …rtProcess(string command, string arguments, ExecutableType toolType, string dllName, string interm… in StartProcess()
760 …rtProcess(string command, string arguments, ExecutableType toolType, string dllName, string interm… in StartProcess()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/
H A DDllImportAttributeTests.cs14 public void Ctor_SourceInterfaces(string dllName) in Ctor_SourceInterfaces()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/InteropServices/
H A DDllImportAttribute.cs12 public DllImportAttribute(string dllName) in DllImportAttribute()
/dports/lang/seed7/seed7/src/
H A Ddll_dos.c45 void *dllOpen (const char *dllName) in dllOpen()
H A Ddll_unx.c51 void *dllOpen (const char *dllName) in dllOpen()
H A Ddll_win.c52 void *dllOpen (const char *dllName) in dllOpen()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/
H A DRuntimeImportAttribute.cs18 public RuntimeImportAttribute(string dllName, string entry) in RuntimeImportAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/
H A DRuntimeImportAttribute.cs19 public RuntimeImportAttribute(string dllName, string entry) in RuntimeImportAttribute()
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/ext/
H A Ddll_kernel32.cpp47 const char *dllName = stack->pop()->getString(); in EmulateKernel32ExternalCalls() local
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dtcl_np.c66 extern int NpLoadLibrary(HMODULE *tclHandle, char *dllName, int dllNameSize, in NpLoadLibrary()
295 EXTERN int NpLoadLibrary(HMODULE *tclHandle, char *dllName, int dllNameSize, in NpLoadLibrary()
399 static char dllName[MAX_PATH] = ""; variable
/dports/devel/upp/upp/bazaar/Tcc/
H A DTcc.cpp24 Tcc::Tcc(const char *dllName) { in Tcc()
34 void Tcc::Init(const char *dllName) in Init()
/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/
H A Dsys_local.cpp80 uintptr_t idSysLocal::DLL_Load( const char *dllName ) { in DLL_Load()
92 void idSysLocal::DLL_GetFileName( const char *baseName, char *dllName, int maxLength ) { in DLL_GetFileName()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Runtime/InteropServices/
H A DDllImportAttribute.cs10 public DllImportAttribute(string dllName) in DllImportAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Runtime/InteropServices/
H A DDllImportAttribute.cs10 public DllImportAttribute(string dllName) in DllImportAttribute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/test/
H A Dtestloader.cxx70 OUString dllName( in SAL_IMPLEMENT_MAIN() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/test/
H A Dtestloader.cxx70 OUString dllName( in SAL_IMPLEMENT_MAIN() local
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.264/gpl/
H A Dx264loader_win32.cxx50 char dllName [512]; in Load() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/win/IdleWakeups/
H A Dpower_sampler.cpp48 PCWSTR dllName = L"\\EnergyLib64.dll"; in PowerSampler() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/win/IdleWakeups/
H A Dpower_sampler.cpp48 PCWSTR dllName = L"\\EnergyLib64.dll"; in PowerSampler() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/source_level_debugger/
H A Dsource_level_debugger.h65 static const char *dllName; variable
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/VapourSynth/
H A DADM_vsInternal.h44 bool vsInit(const char *dllName,const char *pythonLib) in vsInit()

12345678910>>...16