Searched refs:APR_DBD_TRANSACTION_IGNORE_ERRORS (Results 1 – 3 of 3) sorted by relevance
33 ((t) && ((t)->mode & APR_DBD_TRANSACTION_IGNORE_ERRORS))35 ((t) && !((t)->mode & APR_DBD_TRANSACTION_IGNORE_ERRORS))41 (APR_DBD_TRANSACTION_ROLLBACK|APR_DBD_TRANSACTION_IGNORE_ERRORS)
244 #define APR_DBD_TRANSACTION_IGNORE_ERRORS 0x02 /**< ignore transaction errors */ macro
958 && dbc->can_commit != APR_DBD_TRANSACTION_IGNORE_ERRORS) { in check_error()1118 handle->can_commit = APR_DBD_TRANSACTION_IGNORE_ERRORS; in odbc_open()1213 trans->apr_dbd->can_commit = APR_DBD_TRANSACTION_IGNORE_ERRORS; in odbc_end_transaction()1594 int legal = ( APR_DBD_TRANSACTION_IGNORE_ERRORS in odbc_transaction_mode_set()