Home
last modified time | relevance | path

Searched refs:SQLCloseCursor (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/apr-util/include/private/
H A Dapr_dbd_odbc_v2.h61 #undef SQLCloseCursor
62 #define SQLCloseCursor(stmt) SQLFreeStmt(stmt, SQL_CLOSE) macro
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c317 rc = SQLCloseCursor(dbr->stmt); in odbc_close_results()