Home
last modified time | relevance | path

Searched refs:pSQLAllocHandle (Results 1 – 4 of 4) sorted by relevance

/dports/databases/libiodbc/iODBC-3.52.15/iodbcadm/
H A Dgui.h122 typedef SQLRETURN SQL_API (*pSQLAllocHandle) (SQLSMALLINT hdl_type, typedef
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dodbc.c174 static SQLALLOCHANDLE pSQLAllocHandle = NULL; variable
200 #define SQLAllocHandle pSQLAllocHandle
275 pSQLAllocHandle = ( SQLALLOCHANDLE ) DynamicBind( hODBC, "SQLAllocHandle" ); in dbxInitODBC()
297 if( pSQLAllocHandle == NULL || pSQLBindParameter == NULL || in dbxInitODBC()
/dports/databases/libiodbc/iODBC-3.52.15/iodbcadm/gtk/
H A Ddriverchooser.c108 pSQLAllocHandle allocHdl; in adddrivers_to_list()
171 (pSQLAllocHandle) DLL_PROC (handle, in adddrivers_to_list()
/dports/databases/libiodbc/iODBC-3.52.15/iodbcadm/mac/
H A DHelpers.m263 pSQLAllocHandle allocHdl;
328 if ((allocHdl = (pSQLAllocHandle)DLL_PROC(handle, "SQLAllocHandle")) != NULL)