Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_driver.c38 static bool pgsql_handle_in_transaction(pdo_dbh_t *dbh);
322 bool in_trans = pgsql_handle_in_transaction(dbh); in pgsql_handle_doer()
342 if (in_trans && !pgsql_handle_in_transaction(dbh)) { in pgsql_handle_doer()
533 static bool pgsql_handle_in_transaction(pdo_dbh_t *dbh) in pgsql_handle_in_transaction() function
571 dbh->in_txn = pgsql_handle_in_transaction(dbh); in pgsql_handle_commit()
1228 pgsql_handle_in_transaction,

Completed in 11 milliseconds