Searched refs:APR_DBD_TRANSACTION_IGNORE_ERRORS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_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)
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_dbd.h241 #define APR_DBD_TRANSACTION_IGNORE_ERRORS 0x02 /**< ignore transaction errors */ macro

Completed in 64 milliseconds