Searched refs:T3SQLFreeStmt (Results 1 – 5 of 5) sorted by relevance
90 T3SQLFreeStmt pODBC3SQLFreeStmt;249 …if( ( pODBC3SQLFreeStmt = (T3SQLFreeStmt)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFr… in LoadFunctions()
125 extern T3SQLFreeStmt pODBC3SQLFreeStmt;
88 T3SQLFreeStmt pODBC3SQLFreeStmt;253 …if( ( pODBC3SQLFreeStmt = (T3SQLFreeStmt)osl_getFunctionSymbol(pODBCso, ::rtl::OUString::createFr… in LoadFunctions()
90 extern T3SQLFreeStmt pODBC3SQLFreeStmt;
504 typedef SQLRETURN (SQL_API *T3SQLFreeStmt) ( SQLHSTMT StatementHandle, typedef507 #define N3SQLFreeStmt(a,b) (*(T3SQLFreeStmt)getOdbcFunction(ODBC3SQLFreeStmt))(a,b)
Completed in 31 milliseconds