in_txn            611 ext/pdo/pdo_dbh.c 	if (dbh->in_txn) {
in_txn            624 ext/pdo/pdo_dbh.c 		dbh->in_txn = 1;
in_txn            644 ext/pdo/pdo_dbh.c 	if (!dbh->in_txn) {
in_txn            650 ext/pdo/pdo_dbh.c 		dbh->in_txn = 0;
in_txn            670 ext/pdo/pdo_dbh.c 	if (!dbh->in_txn) {
in_txn            676 ext/pdo/pdo_dbh.c 		dbh->in_txn = 0;
in_txn            697 ext/pdo/pdo_dbh.c 		RETURN_BOOL(dbh->in_txn);
in_txn           1564 ext/pdo/pdo_dbh.c 	if (dbh->in_txn && dbh->methods && dbh->methods->rollback) {
in_txn           1566 ext/pdo/pdo_dbh.c 		dbh->in_txn = 0;
in_txn            471 ext/pdo/php_pdo_driver.h 	unsigned in_txn:1;
in_txn            102 ext/pdo_firebird/firebird_driver.c 	if (dbh->in_txn) {
in_txn            408 ext/pdo_firebird/firebird_driver.c 	if (dbh->auto_commit && !dbh->in_txn) {
in_txn            414 ext/pdo_firebird/firebird_driver.c 		dbh->in_txn = 1;
in_txn            483 ext/pdo_firebird/firebird_driver.c 				if (dbh->in_txn) {
in_txn            494 ext/pdo_firebird/firebird_driver.c 						dbh->in_txn = 0;
in_txn            355 ext/pdo_oci/oci_driver.c 			(dbh->auto_commit && !dbh->in_txn) ? OCI_COMMIT_ON_SUCCESS : OCI_DEFAULT);
in_txn            448 ext/pdo_oci/oci_driver.c 		if (dbh->in_txn) {
in_txn            456 ext/pdo_oci/oci_driver.c 			dbh->in_txn = 0;
in_txn            140 ext/pdo_oci/oci_statement.c 	if (stmt->dbh->auto_commit && !stmt->dbh->in_txn) {
in_txn            531 ext/pdo_pgsql/pgsql_driver.c 		dbh->in_txn = pgsql_handle_in_transaction(dbh TSRMLS_CC);