Searched refs:T3SQLAllocHandle (Results 1 – 5 of 5) sorted by relevance
37 T3SQLAllocHandle pODBC3SQLAllocHandle;151 …if( ( pODBC3SQLAllocHandle = (T3SQLAllocHandle)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::cre… in LoadFunctions()
72 extern T3SQLAllocHandle pODBC3SQLAllocHandle;
35 T3SQLAllocHandle pODBC3SQLAllocHandle;147 …if( ( pODBC3SQLAllocHandle = (T3SQLAllocHandle)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::cre… in LoadFunctions()
37 extern T3SQLAllocHandle pODBC3SQLAllocHandle;
39 …typedef SQLRETURN (SQL_API *T3SQLAllocHandle) (SQLSMALLINT HandleType,SQLHANDLE InputHandle,SQLH… typedef41 #define N3SQLAllocHandle(a,b,c) (*(T3SQLAllocHandle)getOdbcFunction(ODBC3SQLAllocHandle))(a,b,c)
Completed in 23 milliseconds