Searched refs:T3SQLCancel (Results 1 – 5 of 5) sorted by relevance
92 T3SQLCancel pODBC3SQLCancel;253 …if( ( pODBC3SQLCancel = (T3SQLCancel)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFromAs… in LoadFunctions()
127 extern T3SQLCancel pODBC3SQLCancel;
90 T3SQLCancel pODBC3SQLCancel;257 …if( ( pODBC3SQLCancel = (T3SQLCancel)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFromAs… in LoadFunctions()
92 extern T3SQLCancel pODBC3SQLCancel;
513 typedef SQLRETURN (SQL_API *T3SQLCancel) ( SQLHSTMT StatementHandle); typedef515 #define N3SQLCancel(a) (*(T3SQLCancel)getOdbcFunction(ODBC3SQLCancel))(a)
Completed in 25 milliseconds