Home
last modified time | relevance | path

Searched refs:T3SQLAllocHandle (Results 1 – 5 of 5) sorted by path

/trunk/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx72 extern T3SQLAllocHandle pODBC3SQLAllocHandle;
H A DBFunctions.cxx37 T3SQLAllocHandle pODBC3SQLAllocHandle;
151 …if( ( pODBC3SQLAllocHandle = (T3SQLAllocHandle)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::cre… in LoadFunctions()
/trunk/main/connectivity/source/drivers/odbc/
H A DOFunctions.cxx35 T3SQLAllocHandle pODBC3SQLAllocHandle;
147 …if( ( pODBC3SQLAllocHandle = (T3SQLAllocHandle)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::cre… in LoadFunctions()
H A DORealDriver.cxx37 extern T3SQLAllocHandle pODBC3SQLAllocHandle;
/trunk/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx39 …typedef SQLRETURN (SQL_API *T3SQLAllocHandle) (SQLSMALLINT HandleType,SQLHANDLE InputHandle,SQLH… typedef
41 #define N3SQLAllocHandle(a,b,c) (*(T3SQLAllocHandle)getOdbcFunction(ODBC3SQLAllocHandle))(a,b,c)

Completed in 33 milliseconds