Home
last modified time | relevance | path

Searched refs:hdll (Results 26 – 50 of 87) sorted by relevance

1234

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Ddynlib.c68 HMODULE hdll; in dynlib_open() local
78 hdll = GetModuleHandle (NULL); in dynlib_open()
90 hdll = LoadLibraryW (dll_fname_w); in dynlib_open()
97 hdll = LoadLibraryA (dll_fname_a); in dynlib_open()
101 if (!hdll) in dynlib_open()
104 return (dynlib_handle_ptr) hdll; in dynlib_open()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Dd3d9_fmt.c204 if (hd3d->hdll) in D3D9_Destroy()
206 FreeLibrary(hd3d->hdll); in D3D9_Destroy()
207 hd3d->hdll = NULL; in D3D9_Destroy()
217 hd3d->hdll = LoadLibrary(TEXT("D3D9.DLL")); in D3D9_Create()
218 if (!hd3d->hdll) { in D3D9_Create()
225 (void *)GetProcAddress(hd3d->hdll, "Direct3DCreate9"); in D3D9_Create()
233 (void *)GetProcAddress(hd3d->hdll, "Direct3DCreate9Ex"); in D3D9_Create()
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/
H A Ddlproc.h114 HPROC _iodbcdm_dllproc (HDLL hdll, char *sym);
115 int _iodbcdm_dllclose (HDLL hdll);
117 void _iodbcdm_safe_unload (HDLL hdll);
/dports/x11/xload/xload-1.1.3/
H A Dget_load.c65 static HINSTANCE hdll; variable
74 hdll=LoadLibrary("pdh.dll"); in InitLoadPoint()
75 if (!hdll) exit(-1); in InitLoadPoint()
76 pdhopen=(void*)GetProcAddress(hdll, "PdhOpenQueryA"); in InitLoadPoint()
78 pdhaddcounter=(void*)GetProcAddress(hdll, "PdhAddCounterA"); in InitLoadPoint()
80 pdhcollectquerydata=(void*)GetProcAddress(hdll, "PdhCollectQueryData"); in InitLoadPoint()
82 pdhgetformattedcountervalue=(void*)GetProcAddress(hdll, "PdhGetFormattedCounterValue"); in InitLoadPoint()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/iodbc/
H A Ddlproc.h49 extern HPROC _iodbcdm_dllproc (HDLL hdll, char FAR * sym);
51 extern int _iodbcdm_dllclose (HDLL hdll);
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/iodbc/
H A Ddlproc.h49 extern HPROC _iodbcdm_dllproc (HDLL hdll, char FAR * sym);
51 extern int _iodbcdm_dllclose (HDLL hdll);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/iodbc/
H A Ddlproc.h49 extern HPROC _iodbcdm_dllproc (HDLL hdll, char FAR * sym);
51 extern int _iodbcdm_dllclose (HDLL hdll);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/iodbc/
H A Ddlproc.h49 extern HPROC _iodbcdm_dllproc (HDLL hdll, char FAR * sym);
51 extern int _iodbcdm_dllclose (HDLL hdll);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dreldef.cpp75 HANDLE hdll; /* Handle to the external DLL */ in OEMColumns() local
77 void* hdll; /* Handle for the loaded shared library */ in OEMColumns() local
113 if (!(hdll = LoadLibrary(soname))) { in OEMColumns()
126 if (!(coldef = (XCOLDEF)GetProcAddress((HINSTANCE)hdll, getname))) { in OEMColumns()
128 FreeLibrary((HMODULE)hdll); in OEMColumns()
135 if (!(hdll = dlopen(soname, RTLD_LAZY))) { in OEMColumns()
142 if (!(coldef = (XCOLDEF)dlsym(hdll, getname))) { in OEMColumns()
145 dlclose(hdll); in OEMColumns()
157 FreeLibrary((HMODULE)hdll); in OEMColumns()
159 dlclose(hdll); in OEMColumns()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dreldef.cpp75 HANDLE hdll; /* Handle to the external DLL */ in OEMColumns() local
77 void* hdll; /* Handle for the loaded shared library */ in OEMColumns() local
113 if (!(hdll = LoadLibrary(soname))) { in OEMColumns()
126 if (!(coldef = (XCOLDEF)GetProcAddress((HINSTANCE)hdll, getname))) { in OEMColumns()
128 FreeLibrary((HMODULE)hdll); in OEMColumns()
135 if (!(hdll = dlopen(soname, RTLD_LAZY))) { in OEMColumns()
142 if (!(coldef = (XCOLDEF)dlsym(hdll, getname))) { in OEMColumns()
145 dlclose(hdll); in OEMColumns()
157 FreeLibrary((HMODULE)hdll); in OEMColumns()
159 dlclose(hdll); in OEMColumns()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dreldef.cpp75 HANDLE hdll; /* Handle to the external DLL */ in OEMColumns() local
77 void* hdll; /* Handle for the loaded shared library */ in OEMColumns() local
113 if (!(hdll = LoadLibrary(soname))) { in OEMColumns()
126 if (!(coldef = (XCOLDEF)GetProcAddress((HINSTANCE)hdll, getname))) { in OEMColumns()
128 FreeLibrary((HMODULE)hdll); in OEMColumns()
135 if (!(hdll = dlopen(soname, RTLD_LAZY))) { in OEMColumns()
142 if (!(coldef = (XCOLDEF)dlsym(hdll, getname))) { in OEMColumns()
145 dlclose(hdll); in OEMColumns()
157 FreeLibrary((HMODULE)hdll); in OEMColumns()
159 dlclose(hdll); in OEMColumns()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dreldef.cpp75 HANDLE hdll; /* Handle to the external DLL */ in OEMColumns() local
77 void* hdll; /* Handle for the loaded shared library */ in OEMColumns() local
113 if (!(hdll = LoadLibrary(soname))) { in OEMColumns()
126 if (!(coldef = (XCOLDEF)GetProcAddress((HINSTANCE)hdll, getname))) { in OEMColumns()
128 FreeLibrary((HMODULE)hdll); in OEMColumns()
135 if (!(hdll = dlopen(soname, RTLD_LAZY))) { in OEMColumns()
142 if (!(coldef = (XCOLDEF)dlsym(hdll, getname))) { in OEMColumns()
145 dlclose(hdll); in OEMColumns()
157 FreeLibrary((HMODULE)hdll); in OEMColumns()
159 dlclose(hdll); in OEMColumns()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dreldef.cpp75 HANDLE hdll; /* Handle to the external DLL */ in OEMColumns() local
77 void* hdll; /* Handle for the loaded shared library */ in OEMColumns() local
113 if (!(hdll = LoadLibrary(soname))) { in OEMColumns()
126 if (!(coldef = (XCOLDEF)GetProcAddress((HINSTANCE)hdll, getname))) { in OEMColumns()
128 FreeLibrary((HMODULE)hdll); in OEMColumns()
135 if (!(hdll = dlopen(soname, RTLD_LAZY))) { in OEMColumns()
142 if (!(coldef = (XCOLDEF)dlsym(hdll, getname))) { in OEMColumns()
145 dlclose(hdll); in OEMColumns()
157 FreeLibrary((HMODULE)hdll); in OEMColumns()
159 dlclose(hdll); in OEMColumns()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dreldef.cpp75 HANDLE hdll; /* Handle to the external DLL */ in OEMColumns() local
77 void* hdll; /* Handle for the loaded shared library */ in OEMColumns() local
113 if (!(hdll = LoadLibrary(soname))) { in OEMColumns()
126 if (!(coldef = (XCOLDEF)GetProcAddress((HINSTANCE)hdll, getname))) { in OEMColumns()
128 FreeLibrary((HMODULE)hdll); in OEMColumns()
135 if (!(hdll = dlopen(soname, RTLD_LAZY))) { in OEMColumns()
142 if (!(coldef = (XCOLDEF)dlsym(hdll, getname))) { in OEMColumns()
145 dlclose(hdll); in OEMColumns()
157 FreeLibrary((HMODULE)hdll); in OEMColumns()
159 dlclose(hdll); in OEMColumns()
/dports/databases/py-gdbm/Python-3.8.12/Lib/ctypes/test/
H A Dtest_random_things.py23 hdll = windll.kernel32.LoadLibraryA(b"kernel32")
24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
/dports/lang/python310/Python-3.10.1/Lib/ctypes/test/
H A Dtest_random_things.py23 hdll = windll.kernel32.LoadLibraryA(b"kernel32")
24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
/dports/lang/python37/Python-3.7.12/Lib/ctypes/test/
H A Dtest_random_things.py19 hdll = windll.kernel32.LoadLibraryA(b"kernel32")
20 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
/dports/lang/python38/Python-3.8.12/Lib/ctypes/test/
H A Dtest_random_things.py23 hdll = windll.kernel32.LoadLibraryA(b"kernel32")
24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
/dports/lang/python-legacy/Python-2.7.18/Lib/ctypes/test/
H A Dtest_random_things.py19 hdll = windll.kernel32.LoadLibraryA("kernel32")
20 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
/dports/lang/python27/Python-2.7.18/Lib/ctypes/test/
H A Dtest_random_things.py19 hdll = windll.kernel32.LoadLibraryA("kernel32")
20 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
/dports/lang/python-tools/Python-3.8.12/Lib/ctypes/test/
H A Dtest_random_things.py23 hdll = windll.kernel32.LoadLibraryA(b"kernel32")
24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
/dports/lang/python39/Python-3.9.9/Lib/ctypes/test/
H A Dtest_random_things.py23 hdll = windll.kernel32.LoadLibraryA(b"kernel32")
24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
/dports/databases/py-sqlite3/Python-3.8.12/Lib/ctypes/test/
H A Dtest_random_things.py23 hdll = windll.kernel32.LoadLibraryA(b"kernel32")
24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
/dports/lang/python311/Python-3.11.0a3/Lib/ctypes/test/
H A Dtest_random_things.py23 hdll = windll.kernel32.LoadLibraryA(b"kernel32")
24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/ctypes/test/
H A Dtest_random_things.py23 hdll = windll.kernel32.LoadLibraryA(b"kernel32")
24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")

1234