Home
last modified time | relevance | path

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

/trueos/contrib/apr-util/include/private/
HDapr_dbd_internal.h33 ((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)
/trueos/contrib/apr-util/include/
HDapr_dbd.h244 #define APR_DBD_TRANSACTION_IGNORE_ERRORS 0x02 /**< ignore transaction errors */ macro
/trueos/contrib/apr-util/dbd/
HDapr_dbd_odbc.c958 && 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()