Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver.c37 static bool pgsql_handle_in_transaction(pdo_dbh_t *dbh);
321 bool in_trans = pgsql_handle_in_transaction(dbh); in pgsql_handle_doer()
341 if (in_trans && !pgsql_handle_in_transaction(dbh)) { in pgsql_handle_doer()
552 static bool pgsql_handle_in_transaction(pdo_dbh_t *dbh) in pgsql_handle_in_transaction() function
590 dbh->in_txn = pgsql_handle_in_transaction(dbh); in pgsql_handle_commit()
1247 pgsql_handle_in_transaction,

Completed in 9 milliseconds