Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c468 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in php_firebird_set_error()
528 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_closer()
566 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_preparer()
650 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_doer()
761 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in php_firebird_begin_transaction()
817 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_manually_begin()
839 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in php_firebird_commit_transaction()
867 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_manually_commit()
889 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in php_firebird_rollback_transaction()
902 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_manually_rollback()
[all …]
H A Dphp_pdo_firebird_int.h94 } pdo_firebird_db_handle; typedef
99 pdo_firebird_db_handle *H;
H A Dfirebird_statement.c114 pdo_firebird_db_handle *H = S->H; in pdo_firebird_stmt_execute()
206 pdo_firebird_db_handle *H = S->H; in pdo_firebird_stmt_fetch()
299 pdo_firebird_db_handle *H = S->H; in php_firebird_fetch_blob()
510 pdo_firebird_db_handle *H = S->H; in php_firebird_bind_blob()

Completed in 10 milliseconds