Searched refs:in_manually_txn (Results 1 – 3 of 3) sorted by relevance
595 H->in_manually_txn = 0; in firebird_handle_closer()774 if (dbh->auto_commit && !H->in_manually_txn) { in firebird_handle_doer()902 H->in_manually_txn = 1; in firebird_handle_manually_begin()952 H->in_manually_txn = 0; in firebird_handle_manually_commit()988 H->in_manually_txn = 0; in firebird_handle_manually_rollback()1041 if (H->in_manually_txn) { in pdo_firebird_set_attribute()1131 if (H->in_manually_txn) { in pdo_firebird_set_attribute()1162 if (H->in_manually_txn) { in pdo_firebird_set_attribute()1297 return H->in_manually_txn; in pdo_firebird_in_manually_transaction()1348 H->in_manually_txn = 0; in pdo_firebird_handle_factory()
73 bool in_manually_txn; member
256 …if (stmt->dbh->auto_commit && !S->H->in_manually_txn && !php_firebird_commit_transaction(stmt->dbh… in pdo_firebird_stmt_execute()
Completed in 17 milliseconds