Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c135 int can_commit; /* controls end_trans behavior */ member
973 && dbc->can_commit != APR_DBD_TRANSACTION_IGNORE_ERRORS) { in check_error()
974 dbc->can_commit = APR_DBD_TRANSACTION_ROLLBACK; in check_error()
1001 if (handle->can_commit == APR_DBD_TRANSACTION_ROLLBACK) { in odbc_check_rollback()
1133 handle->can_commit = APR_DBD_TRANSACTION_IGNORE_ERRORS; in odbc_open()
1209 handle->can_commit = APR_DBD_TRANSACTION_COMMIT; in odbc_start_transaction()
1217 int action = (trans->apr_dbd->can_commit != APR_DBD_TRANSACTION_ROLLBACK) in odbc_end_transaction()
1228 trans->apr_dbd->can_commit = APR_DBD_TRANSACTION_IGNORE_ERRORS; in odbc_end_transaction()
1603 return (int)trans->apr_dbd->can_commit; in odbc_transaction_mode_get()
1616 trans->apr_dbd->can_commit = mode; in odbc_transaction_mode_set()