Home
last modified time | relevance | path

Searched refs:hDll (Results 1 – 25 of 112) sorted by relevance

12345

/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dw32svrapi.c98 HMODULE hDll; in HasServiceControlManager() local
104 if (hDll == NULL) in HasServiceControlManager()
144 FreeLibrary(hDll); in HasServiceControlManager()
183 if (hDll == NULL) in w32_open_sc_manager()
203 FreeLibrary(hDll); in w32_open_sc_manager()
222 if (hDll == NULL) in w32_close_service_handle()
266 if (hDll == NULL) in w32_open_service()
317 if (hDll == NULL) in w32_create_service()
368 if (hDll == NULL) in w32_delete_service()
410 if (hDll == NULL) in w32_query_service_config()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mozglue/tests/gtest/
H A DTestDLLBlocklist.cpp45 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
47 EXPECT_TRUE(!hDll); in TEST()
52 EXPECT_TRUE(hDll); in TEST()
60 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
62 EXPECT_TRUE(!hDll); in TEST()
65 hDll.own( in TEST()
68 EXPECT_TRUE(hDll); in TEST()
76 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
78 EXPECT_TRUE(!!hDll); in TEST()
97 EXPECT_TRUE(!hDll); in TEST()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/tests/gtest/
H A DTestDLLBlocklist.cpp45 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
47 EXPECT_TRUE(!hDll); in TEST()
52 EXPECT_TRUE(hDll); in TEST()
60 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
62 EXPECT_TRUE(!hDll); in TEST()
65 hDll.own( in TEST()
68 EXPECT_TRUE(hDll); in TEST()
76 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
78 EXPECT_TRUE(!!hDll); in TEST()
97 EXPECT_TRUE(!hDll); in TEST()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/tests/gtest/
H A DTestDLLBlocklist.cpp45 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
47 EXPECT_TRUE(!hDll); in TEST()
52 EXPECT_TRUE(hDll); in TEST()
60 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
62 EXPECT_TRUE(!hDll); in TEST()
65 hDll.own( in TEST()
68 EXPECT_TRUE(hDll); in TEST()
76 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
78 EXPECT_TRUE(!!hDll); in TEST()
97 EXPECT_TRUE(!hDll); in TEST()
[all …]
/dports/graphics/libpano13/libpano13-2.9.20/tools/
H A Dpanoinfo.c45 HINSTANCE hDll = NULL; in main() local
58 hDll = LoadLibrary("pano13.dll"); in main()
59 if(!hDll) in main()
65 pfQF = (PROC_QF) GetProcAddress( hDll, "queryFeatures" ); in main()
66 pfQFNum = (PROC_QFNUM) GetProcAddress( hDll, "queryFeatureCount" ); in main()
67 pfQFInt = (PROC_QFINT) GetProcAddress( hDll, "queryFeatureInt" ); in main()
68 pfQFDouble = (PROC_QFDOUBLE) GetProcAddress( hDll, "queryFeatureDouble" ); in main()
69 pfQFString = (PROC_QFSTRING) GetProcAddress( hDll, "queryFeatureString" ); in main()
169 if(hDll) in main()
170 FreeLibrary(hDll); in main()
/dports/devel/kBuild/kBuild-0.1.9998/src/kWorker/
H A DkWorkerTlsXxxK.c36 typedef void KWLDRTLSALLOCATIONHOOK(void *hDll, ULONG idxTls, PIMAGE_TLS_CALLBACK *ppfnTlsCallback);
42 __declspec(dllexport) void __stdcall DummyTlsCallback(void *hDll, DWORD dwReason, void *pvContext);
85 __declspec(dllexport) void __stdcall DummyTlsCallback(void *hDll, DWORD dwReason, void *pvContext) in DummyTlsCallback() argument
87 (void)hDll; (void)dwReason; (void)pvContext; in DummyTlsCallback()
94 pfnHook(hDll, g_idxTls, &g_apfnTlsCallbacks[0]); in DummyTlsCallback()
105 BOOL __stdcall DummyDllEntry(void *hDll, DWORD dwReason, void *pvContext) in DummyDllEntry() argument
107 (void)hDll; (void)dwReason; (void)pvContext; in DummyDllEntry()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dmdump.cpp23 HMODULE hDll = NULL; in TopLevelFilter() local
33 hDll = ::LoadLibrary(szDbgHelpPath); in TopLevelFilter()
37 if (hDll == NULL) in TopLevelFilter()
40 hDll = ::LoadLibrary("DBGHELP.DLL"); in TopLevelFilter()
47 if (hDll) in TopLevelFilter()
49 auto pDump = MINIDUMPWRITEDUMP(::GetProcAddress(hDll, "MiniDumpWriteDump")); in TopLevelFilter()
91 ::FreeLibrary(hDll); in TopLevelFilter()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dmdump.cpp29 HMODULE hDll = NULL; in TopLevelFilter() local
38 hDll = ::LoadLibrary( szDbgHelpPath ); in TopLevelFilter()
42 if (hDll==NULL) in TopLevelFilter()
45 hDll = ::LoadLibrary( "DBGHELP.DLL" ); in TopLevelFilter()
51 if (hDll) in TopLevelFilter()
53 MINIDUMPWRITEDUMP pDump = (MINIDUMPWRITEDUMP)::GetProcAddress( hDll, "MiniDumpWriteDump" ); in TopLevelFilter()
107 ::FreeLibrary(hDll); in TopLevelFilter()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/tests/gtest/
H A DTestDLLBlocklist.cpp45 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
47 EXPECT_TRUE(!hDll); in TEST()
56 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
58 EXPECT_TRUE(!hDll); in TEST()
67 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
69 EXPECT_TRUE(!!hDll); in TEST()
80 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST() local
86 EXPECT_TRUE(!hDll); in TEST()
89 EXPECT_TRUE(!!hDll); in TEST()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec_Win7.c135 static HINSTANCE hDll = NULL; variable
503 if (hDll == NULL) in IPsecWin7InitApi()
505 hDll = LoadLibraryA("FWPUCLNT.DLL"); in IPsecWin7InitApi()
508 if (hDll == NULL) in IPsecWin7InitApi()
518 GetProcAddress(hDll, "FwpmEngineOpen0"); in IPsecWin7InitApi()
522 GetProcAddress(hDll, "FwpmEngineClose0"); in IPsecWin7InitApi()
526 GetProcAddress(hDll, "FwpmFreeMemory0"); in IPsecWin7InitApi()
530 GetProcAddress(hDll, "FwpmFilterAdd0"); in IPsecWin7InitApi()
534 GetProcAddress(hDll, "IPsecSaContextCreate0"); in IPsecWin7InitApi()
538 GetProcAddress(hDll, "IPsecSaContextGetSpi0"); in IPsecWin7InitApi()
[all …]
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec_Win7.c135 static HINSTANCE hDll = NULL; variable
503 if (hDll == NULL) in IPsecWin7InitApi()
505 hDll = LoadLibraryA("FWPUCLNT.DLL"); in IPsecWin7InitApi()
508 if (hDll == NULL) in IPsecWin7InitApi()
518 GetProcAddress(hDll, "FwpmEngineOpen0"); in IPsecWin7InitApi()
522 GetProcAddress(hDll, "FwpmEngineClose0"); in IPsecWin7InitApi()
526 GetProcAddress(hDll, "FwpmFreeMemory0"); in IPsecWin7InitApi()
530 GetProcAddress(hDll, "FwpmFilterAdd0"); in IPsecWin7InitApi()
534 GetProcAddress(hDll, "IPsecSaContextCreate0"); in IPsecWin7InitApi()
538 GetProcAddress(hDll, "IPsecSaContextGetSpi0"); in IPsecWin7InitApi()
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DProto_Win7.c26 static HINSTANCE hDll = NULL; variable
382 if (hDll == NULL) in IPsecWin7InitApi()
384 hDll = LoadLibraryA("FWPUCLNT.DLL"); in IPsecWin7InitApi()
387 if (hDll == NULL) in IPsecWin7InitApi()
397 GetProcAddress(hDll, "FwpmEngineOpen0"); in IPsecWin7InitApi()
401 GetProcAddress(hDll, "FwpmEngineClose0"); in IPsecWin7InitApi()
405 GetProcAddress(hDll, "FwpmFreeMemory0"); in IPsecWin7InitApi()
409 GetProcAddress(hDll, "FwpmFilterAdd0"); in IPsecWin7InitApi()
413 GetProcAddress(hDll, "IPsecSaContextCreate0"); in IPsecWin7InitApi()
417 GetProcAddress(hDll, "IPsecSaContextGetSpi0"); in IPsecWin7InitApi()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/port/win32/
H A Dcrashdump.c104 HMODULE hDll = NULL; in crashDumpHandler() local
119 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
120 if (hDll == NULL) in crashDumpHandler()
126 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
143 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/port/win32/
H A Dcrashdump.c104 HMODULE hDll = NULL; in crashDumpHandler() local
119 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
120 if (hDll == NULL) in crashDumpHandler()
126 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
143 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/port/win32/
H A Dcrashdump.c104 HMODULE hDll = NULL; in crashDumpHandler() local
119 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
120 if (hDll == NULL) in crashDumpHandler()
126 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
143 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c103 HMODULE hDll = NULL; in crashDumpHandler() local
118 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
119 if (hDll == NULL) in crashDumpHandler()
125 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
142 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c103 HMODULE hDll = NULL; in crashDumpHandler() local
118 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
119 if (hDll == NULL) in crashDumpHandler()
125 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
142 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c103 HMODULE hDll = NULL; in crashDumpHandler() local
118 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
119 if (hDll == NULL) in crashDumpHandler()
125 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
142 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c103 HMODULE hDll = NULL; in crashDumpHandler() local
118 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
119 if (hDll == NULL) in crashDumpHandler()
125 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
142 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c103 HMODULE hDll = NULL; in crashDumpHandler() local
118 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
119 if (hDll == NULL) in crashDumpHandler()
125 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
142 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c103 HMODULE hDll = NULL; in crashDumpHandler() local
118 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
119 if (hDll == NULL) in crashDumpHandler()
125 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
142 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c103 HMODULE hDll = NULL; in crashDumpHandler() local
118 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
119 if (hDll == NULL) in crashDumpHandler()
125 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
142 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/port/win32/
H A Dcrashdump.c103 HMODULE hDll = NULL; in crashDumpHandler() local
118 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
119 if (hDll == NULL) in crashDumpHandler()
125 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
142 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c103 HMODULE hDll = NULL; in crashDumpHandler() local
118 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
119 if (hDll == NULL) in crashDumpHandler()
125 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
142 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/port/win32/
H A Dcrashdump.c103 HMODULE hDll = NULL; in crashDumpHandler() local
118 hDll = LoadLibrary("dbghelp.dll"); in crashDumpHandler()
119 if (hDll == NULL) in crashDumpHandler()
125 pDump = (MINIDUMPWRITEDUMP) GetProcAddress(hDll, "MiniDumpWriteDump"); in crashDumpHandler()
142 if (GetProcAddress(hDll, "EnumDirTree") != NULL) in crashDumpHandler()

12345