Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c537 H->in_manually_txn = 0; in firebird_handle_closer()
703 if (dbh->auto_commit && !H->in_manually_txn) { in firebird_handle_doer()
831 H->in_manually_txn = 1; in firebird_handle_manually_begin()
881 H->in_manually_txn = 0; in firebird_handle_manually_commit()
917 H->in_manually_txn = 0; in firebird_handle_manually_rollback()
976 if (H->in_manually_txn) { in pdo_firebird_set_attribute()
1066 if (H->in_manually_txn) { in pdo_firebird_set_attribute()
1097 if (H->in_manually_txn) { in pdo_firebird_set_attribute()
1253 return H->in_manually_txn; in pdo_firebird_in_manually_transaction()
1307 H->in_manually_txn = 0; in pdo_firebird_handle_factory()
H A Dphp_pdo_firebird_int.h77 bool in_manually_txn; member
H A Dfirebird_statement.c183 …if (stmt->dbh->auto_commit && !S->H->in_manually_txn && !php_firebird_commit_transaction(stmt->dbh… in pdo_firebird_stmt_execute()

Completed in 16 milliseconds