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.c528 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in php_firebird_set_error()
586 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_closer()
624 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_preparer()
721 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_doer()
832 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in php_firebird_begin_transaction()
888 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_manually_begin()
910 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in php_firebird_commit_transaction()
938 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_manually_commit()
960 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in php_firebird_rollback_transaction()
973 pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data; in firebird_handle_manually_rollback()
[all …]
H A Dphp_pdo_firebird_int.h96 } pdo_firebird_db_handle; typedef
101 pdo_firebird_db_handle *H;
H A Dfirebird_statement.c187 pdo_firebird_db_handle *H = S->H; in pdo_firebird_stmt_execute()
279 pdo_firebird_db_handle *H = S->H; in pdo_firebird_stmt_fetch()
370 pdo_firebird_db_handle *H = S->H; in php_firebird_fetch_blob()
589 pdo_firebird_db_handle *H = S->H; in php_firebird_bind_blob()

Completed in 16 milliseconds