Home
last modified time | relevance | path

Searched refs:hdll (Results 1 – 25 of 87) sorted by relevance

1234

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/examples/interfaces/DLL/bi_obj/
H A Dnomad_for_DLL.cpp115 HINSTANCE hdll = LoadLibrary ( TEXT("bb.dll") ); in main() local
116 if ( !hdll ) { in main()
118 FreeLibrary ( hdll ); in main()
123 get_n_dll = (GET_NM)GetProcAddress(hdll, "GET_N"); in main()
126 FreeLibrary ( hdll ); in main()
130 get_m_dll = (GET_NM)GetProcAddress(hdll, "GET_M"); in main()
133 FreeLibrary ( hdll ); in main()
137 eval_x_dll = (EVAL_X)GetProcAddress(hdll, "EVAL_X"); in main()
140 FreeLibrary ( hdll ); in main()
206 FreeLibrary ( hdll ); in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/examples/interfaces/DLL/single_obj/
H A Dnomad_for_DLL.cpp115 HINSTANCE hdll = LoadLibrary ( TEXT("bb.dll") ); in main() local
116 if ( !hdll ) { in main()
118 FreeLibrary ( hdll ); in main()
123 get_n_dll = (GET_NM)GetProcAddress(hdll, "GET_N"); in main()
126 FreeLibrary ( hdll ); in main()
130 get_m_dll = (GET_NM)GetProcAddress(hdll, "GET_M"); in main()
133 FreeLibrary ( hdll ); in main()
137 eval_x_dll = (EVAL_X)GetProcAddress(hdll, "EVAL_X"); in main()
140 FreeLibrary ( hdll ); in main()
206 FreeLibrary ( hdll ); in main()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/iodbc/
H A Ddlf.h42 extern void FAR *dlsym (void FAR * hdll, char FAR * sym);
44 extern int dlclose (void FAR * hdll);
52 #define DLL_PROC(hdll, sym) (void*)dlsym((void*)(hdll), (char*)sym) argument
54 #define DLL_CLOSE(hdll) dlclose((void*)(hdll)) argument
H A Ddlproc.c79 *phproc = _iodbcdm_dllproc (penv->hdll, in _iodbcdm_getproc()
99 _iodbcdm_dllproc (HDLL hdll, char FAR * sym) in _iodbcdm_dllproc() argument
101 return (HPROC) DLL_PROC (hdll, sym); in _iodbcdm_dllproc()
106 _iodbcdm_dllclose (HDLL hdll) in _iodbcdm_dllclose() argument
108 DLL_CLOSE (hdll); in _iodbcdm_dllclose()
H A Ddlf.c59 dlsym (void *hdll, char *sym) in dlsym() argument
64 if (!hdll) in dlsym()
65 hdll = (void *) PROG_HANDLE; in dlsym()
72 ret = shl_findsym ((shl_t *) & hdll, sym, TYPE_UNDEFINED, &symaddr); in dlsym()
91 dlclose (void *hdll) in dlclose() argument
93 return shl_unload ((shl_t) hdll); in dlclose()
568 dlsym (void FAR * hdll, char FAR * sym) in dlsym() argument
570 return (void FAR *) GetProcAddress (hdll, sym); in dlsym()
582 dlclose (void FAR * hdll) in dlclose() argument
584 FreeLibrary ((HINSTANCE) hdll); in dlclose()
H A Dconnect.c70 HDLL hdll; in _iodbcdm_driverload() local
92 if (hdll == SQL_NULL_HDLL) in _iodbcdm_driverload()
103 if (penv->hdll != hdll) in _iodbcdm_driverload()
113 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
127 if (penv->hdll == hdll) in _iodbcdm_driverload()
133 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
148 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
161 penv->hdll = hdll; in _iodbcdm_driverload()
196 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
380 penv->hdll = SQL_NULL_HDLL; in _iodbcdm_driverunload()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/iodbc/
H A Ddlf.h42 extern void FAR *dlsym (void FAR * hdll, char FAR * sym);
44 extern int dlclose (void FAR * hdll);
52 #define DLL_PROC(hdll, sym) (void*)dlsym((void*)(hdll), (char*)sym) argument
54 #define DLL_CLOSE(hdll) dlclose((void*)(hdll)) argument
H A Ddlproc.c79 *phproc = _iodbcdm_dllproc (penv->hdll, in _iodbcdm_getproc()
99 _iodbcdm_dllproc (HDLL hdll, char FAR * sym) in _iodbcdm_dllproc() argument
101 return (HPROC) DLL_PROC (hdll, sym); in _iodbcdm_dllproc()
106 _iodbcdm_dllclose (HDLL hdll) in _iodbcdm_dllclose() argument
108 DLL_CLOSE (hdll); in _iodbcdm_dllclose()
H A Ddlf.c59 dlsym (void *hdll, char *sym) in dlsym() argument
64 if (!hdll) in dlsym()
65 hdll = (void *) PROG_HANDLE; in dlsym()
72 ret = shl_findsym ((shl_t *) & hdll, sym, TYPE_UNDEFINED, &symaddr); in dlsym()
91 dlclose (void *hdll) in dlclose() argument
93 return shl_unload ((shl_t) hdll); in dlclose()
568 dlsym (void FAR * hdll, char FAR * sym) in dlsym() argument
570 return (void FAR *) GetProcAddress (hdll, sym); in dlsym()
582 dlclose (void FAR * hdll) in dlclose() argument
584 FreeLibrary ((HINSTANCE) hdll); in dlclose()
H A Dconnect.c70 HDLL hdll; in _iodbcdm_driverload() local
92 if (hdll == SQL_NULL_HDLL) in _iodbcdm_driverload()
103 if (penv->hdll != hdll) in _iodbcdm_driverload()
113 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
127 if (penv->hdll == hdll) in _iodbcdm_driverload()
133 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
148 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
161 penv->hdll = hdll; in _iodbcdm_driverload()
196 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
380 penv->hdll = SQL_NULL_HDLL; in _iodbcdm_driverunload()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/iodbc/
H A Ddlf.h42 extern void FAR *dlsym (void FAR * hdll, char FAR * sym);
44 extern int dlclose (void FAR * hdll);
52 #define DLL_PROC(hdll, sym) (void*)dlsym((void*)(hdll), (char*)sym) argument
54 #define DLL_CLOSE(hdll) dlclose((void*)(hdll)) argument
H A Ddlproc.c79 *phproc = _iodbcdm_dllproc (penv->hdll, in _iodbcdm_getproc()
99 _iodbcdm_dllproc (HDLL hdll, char FAR * sym) in _iodbcdm_dllproc() argument
101 return (HPROC) DLL_PROC (hdll, sym); in _iodbcdm_dllproc()
106 _iodbcdm_dllclose (HDLL hdll) in _iodbcdm_dllclose() argument
108 DLL_CLOSE (hdll); in _iodbcdm_dllclose()
H A Ddlf.c59 dlsym (void *hdll, char *sym) in dlsym() argument
64 if (!hdll) in dlsym()
65 hdll = (void *) PROG_HANDLE; in dlsym()
72 ret = shl_findsym ((shl_t *) & hdll, sym, TYPE_UNDEFINED, &symaddr); in dlsym()
91 dlclose (void *hdll) in dlclose() argument
93 return shl_unload ((shl_t) hdll); in dlclose()
568 dlsym (void FAR * hdll, char FAR * sym) in dlsym() argument
570 return (void FAR *) GetProcAddress (hdll, sym); in dlsym()
582 dlclose (void FAR * hdll) in dlclose() argument
584 FreeLibrary ((HINSTANCE) hdll); in dlclose()
H A Dconnect.c70 HDLL hdll; in _iodbcdm_driverload() local
92 if (hdll == SQL_NULL_HDLL) in _iodbcdm_driverload()
103 if (penv->hdll != hdll) in _iodbcdm_driverload()
113 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
127 if (penv->hdll == hdll) in _iodbcdm_driverload()
133 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
148 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
161 penv->hdll = hdll; in _iodbcdm_driverload()
196 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
380 penv->hdll = SQL_NULL_HDLL; in _iodbcdm_driverunload()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/iodbc/
H A Ddlf.h42 extern void FAR *dlsym (void FAR * hdll, char FAR * sym);
44 extern int dlclose (void FAR * hdll);
52 #define DLL_PROC(hdll, sym) (void*)dlsym((void*)(hdll), (char*)sym) argument
54 #define DLL_CLOSE(hdll) dlclose((void*)(hdll)) argument
H A Ddlproc.c79 *phproc = _iodbcdm_dllproc (penv->hdll, in _iodbcdm_getproc()
99 _iodbcdm_dllproc (HDLL hdll, char FAR * sym) in _iodbcdm_dllproc() argument
101 return (HPROC) DLL_PROC (hdll, sym); in _iodbcdm_dllproc()
106 _iodbcdm_dllclose (HDLL hdll) in _iodbcdm_dllclose() argument
108 DLL_CLOSE (hdll); in _iodbcdm_dllclose()
H A Ddlf.c59 dlsym (void *hdll, char *sym) in dlsym() argument
64 if (!hdll) in dlsym()
65 hdll = (void *) PROG_HANDLE; in dlsym()
72 ret = shl_findsym ((shl_t *) & hdll, sym, TYPE_UNDEFINED, &symaddr); in dlsym()
91 dlclose (void *hdll) in dlclose() argument
93 return shl_unload ((shl_t) hdll); in dlclose()
568 dlsym (void FAR * hdll, char FAR * sym) in dlsym() argument
570 return (void FAR *) GetProcAddress (hdll, sym); in dlsym()
582 dlclose (void FAR * hdll) in dlclose() argument
584 FreeLibrary ((HINSTANCE) hdll); in dlclose()
H A Dconnect.c70 HDLL hdll; in _iodbcdm_driverload() local
92 if (hdll == SQL_NULL_HDLL) in _iodbcdm_driverload()
103 if (penv->hdll != hdll) in _iodbcdm_driverload()
113 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
127 if (penv->hdll == hdll) in _iodbcdm_driverload()
133 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
148 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
161 penv->hdll = hdll; in _iodbcdm_driverload()
196 _iodbcdm_dllclose (hdll); in _iodbcdm_driverload()
380 penv->hdll = SQL_NULL_HDLL; in _iodbcdm_driverunload()
[all …]
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/
H A Ddlproc.c120 *phproc = _iodbcdm_dllproc (penv->hdll, odbcapi_symtab[idx]); in _iodbcdm_getproc()
183 _iodbcdm_dllproc (HDLL hdll, char *sym) in _iodbcdm_dllproc() argument
185 return (HPROC) DLL_PROC (hdll, sym); in _iodbcdm_dllproc()
190 _iodbcdm_dllclose (HDLL hdll) in _iodbcdm_dllclose() argument
199 if (p->dll == hdll) in _iodbcdm_dllclose()
246 _iodbcdm_safe_unload (HDLL hdll) in _iodbcdm_safe_unload() argument
255 if (p->dll == hdll) in _iodbcdm_safe_unload()
/dports/databases/libiodbc/iODBC-3.52.15/iodbcinst/
H A Ddlf.c111 dlsym (void *hdll, char *sym)
120 if (!hdll)
148 dlclose (void *hdll)
644 dlclose (void * hdll)
788 dll = hdll;
846 iodbc_dlclose (void *hdll) in singleline_hook()
852 free (hdll); in singleline_hook()
961 dlsym (void *hdll, char *sym)
990 dlclose (void *hdll)
1486 dlclose (void *hdll)
[all …]
H A Ddlf.h106 extern void *dlsym (void * hdll, char * sym);
108 extern int dlclose (void * hdll);
249 #define DLL_PROC(hdll, sym) (void*)dlsym((void*)(hdll), (char*)sym) argument
251 #define DLL_CLOSE(hdll) dlclose((void*)(hdll)) argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/tools/idc/
H A Dmain.cpp169 HMODULE hdll = LoadLibrary((const wchar_t *)input.utf16()); in registerServer() local
170 if (!hdll) { in registerServer()
175 RegServerProc DllRegisterServer = (RegServerProc)GetProcAddress(hdll, "DllRegisterServer"); in registerServer()
191 HMODULE hdll = LoadLibrary((const wchar_t *)input.utf16()); in unregisterServer() local
192 if (!hdll) { in unregisterServer()
197 … RegServerProc DllUnregisterServer = (RegServerProc)GetProcAddress(hdll, "DllUnregisterServer"); in unregisterServer()
215 HMODULE hdll = LoadLibrary((const wchar_t *)input.utf16()); in dumpIdl() local
216 if (!hdll) { in dumpIdl()
221 DumpIDLProc DumpIDL = (DumpIDLProc)GetProcAddress(hdll, "DumpIDL"); in dumpIdl()
227 FreeLibrary(hdll); in dumpIdl()
/dports/editors/emacs/emacs-27.2/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/dns/idnkit/idnkit-1.0-src/wsock/common/
H A Dcheckdll.c221 HINSTANCE hdll = NULL; in check_dll() local
224 hdll = LoadLibrary(name); in check_dll()
230 hdll = LoadLibraryEx(name, NULL, LOAD_LIBRARY_AS_DATAFILE); in check_dll()
232 if (hdll == NULL) { in check_dll()
239 FreeLibrary(hdll); in check_dll()
/dports/dns/bind911/bind-9.11.37/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dcheckdll.c221 HINSTANCE hdll = NULL; in check_dll() local
224 hdll = LoadLibrary(name); in check_dll()
230 hdll = LoadLibraryEx(name, NULL, LOAD_LIBRARY_AS_DATAFILE); in check_dll()
232 if (hdll == NULL) { in check_dll()
239 FreeLibrary(hdll); in check_dll()

1234