Searched refs:hdll (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-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)
54 #define DLL_CLOSE(hdll) dlclose((void*)(hdll))
H A Ddlproc.c79 *phproc = _iodbcdm_dllproc (penv->hdll,
99 _iodbcdm_dllproc (HDLL hdll, char FAR * sym) argument
101 return (HPROC) DLL_PROC (hdll, sym);
106 _iodbcdm_dllclose (HDLL hdll) argument
108 DLL_CLOSE (hdll);
H A Ddlproc.h49 extern HPROC _iodbcdm_dllproc (HDLL hdll, char FAR * sym);
51 extern int _iodbcdm_dllclose (HDLL hdll);
H A Ddlf.c59 dlsym (void *hdll, char *sym) argument
64 if (!hdll)
65 hdll = (void *) PROG_HANDLE;
72 ret = shl_findsym ((shl_t *) & hdll, sym, TYPE_UNDEFINED, &symaddr);
91 dlclose (void *hdll) argument
93 return shl_unload ((shl_t) hdll);
568 dlsym (void FAR * hdll, char FAR * sym) argument
570 return (void FAR *) GetProcAddress (hdll, sym);
582 dlclose (void FAR * hdll) argument
584 FreeLibrary ((HINSTANCE) hdll);
[all...]
H A Dconnect.c70 HDLL hdll; local
90 hdll = _iodbcdm_dllopen ((char FAR *) path);
92 if (hdll == SQL_NULL_HDLL)
103 if (penv->hdll != hdll)
113 _iodbcdm_dllclose (hdll);
127 if (penv->hdll == hdll)
133 _iodbcdm_dllclose (hdll);
148 _iodbcdm_dllclose (hdll);
754 HDLL hdll; local
[all...]
H A Dhenv.h133 HDLL hdll; /* drvier share library handle */ member in struct:__anon599
H A Dinfo.c346 dword = (DWORD) (penv->hdll);

Completed in 52 milliseconds