Home
last modified time | relevance | path

Searched defs:dbh (Results 1 – 12 of 12) sorted by relevance

/PHP-8.0/ext/pdo_dblib/
H A Ddblib_driver.c34 static int dblib_fetch_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in dblib_fetch_error()
77 static int dblib_handle_closer(pdo_dbh_t *dbh) in dblib_handle_closer()
112 static zend_long dblib_handle_doer(pdo_dbh_t *dbh, const char *sql, size_t sql_len) in dblib_handle_doer()
198 static int pdo_dblib_transaction_cmd(const char *cmd, pdo_dbh_t *dbh) in pdo_dblib_transaction_cmd()
213 static int dblib_handle_begin(pdo_dbh_t *dbh) in dblib_handle_begin()
218 static int dblib_handle_commit(pdo_dbh_t *dbh) in dblib_handle_commit()
223 static int dblib_handle_rollback(pdo_dbh_t *dbh) in dblib_handle_rollback()
228 char *dblib_handle_last_id(pdo_dbh_t *dbh, const char *name, size_t *len) in dblib_handle_last_id()
272 static int dblib_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in dblib_set_attr()
364 static int dblib_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) in dblib_get_attribute()
[all …]
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c42 int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) in _pdo_mysql_error()
148 static int mysql_handle_closer(pdo_dbh_t *dbh) in mysql_handle_closer()
350 static int mysql_handle_begin(pdo_dbh_t *dbh) in mysql_handle_begin()
359 static int mysql_handle_commit(pdo_dbh_t *dbh) in mysql_handle_commit()
372 static int mysql_handle_rollback(pdo_dbh_t *dbh) in mysql_handle_rollback()
385 static inline int mysql_handle_autocommit(pdo_dbh_t *dbh) in mysql_handle_autocommit()
399 static int pdo_mysql_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) in pdo_mysql_set_attribute()
529 static int pdo_mysql_check_liveness(pdo_dbh_t *dbh)
544 static void pdo_mysql_request_shutdown(pdo_dbh_t *dbh)
565 static int pdo_mysql_in_transaction(pdo_dbh_t *dbh)
[all …]
H A Dpdo_mysql.c64 pdo_dbh_t * dbh = Z_PDO_DBH_P(zv); in ZEND_GET_MODULE() local
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c227 pdo_dbh_t *dbh = NULL; in PHP_METHOD() local
498 pdo_dbh_t *dbh = dbh_obj->inner; in PHP_METHOD() local
594 pdo_dbh_t *dbh = Z_PDO_DBH_P(ZEND_THIS); in PHP_METHOD() local
625 pdo_dbh_t *dbh = Z_PDO_DBH_P(ZEND_THIS); in PHP_METHOD() local
649 pdo_dbh_t *dbh = Z_PDO_DBH_P(ZEND_THIS); in PHP_METHOD() local
673 pdo_dbh_t *dbh = Z_PDO_DBH_P(ZEND_THIS); in PHP_METHOD() local
832 pdo_dbh_t *dbh = Z_PDO_DBH_P(ZEND_THIS); in PHP_METHOD() local
1061 pdo_dbh_t *dbh = dbh_obj->inner; in PHP_METHOD() local
1203 pdo_dbh_t *dbh = dbh_obj->inner; in pdo_hash_methods() local
1480 pdo_dbh_object_t *dbh; in pdo_dbh_new() local
[all …]
H A Dphp_pdo_driver.h587 pdo_dbh_t *dbh; member
/PHP-8.0/ext/pdo_oci/
H A Doci_driver.c32 static int pdo_oci_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) /* {{{ */ in pdo_oci_fetch_error_func()
188 static int oci_handle_closer(pdo_dbh_t *dbh) /* {{{ */ in oci_handle_closer()
241 static int oci_handle_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, z… in oci_handle_preparer()
315 static zend_long oci_handle_doer(pdo_dbh_t *dbh, const char *sql, size_t sql_len) /* {{{ */ in oci_handle_doer()
396 static int oci_handle_begin(pdo_dbh_t *dbh) /* {{{ */ in oci_handle_begin()
403 static int oci_handle_commit(pdo_dbh_t *dbh) /* {{{ */ in oci_handle_commit()
417 static int oci_handle_rollback(pdo_dbh_t *dbh) /* {{{ */ in oci_handle_rollback()
431 static int oci_handle_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in oci_handle_set_attribute()
567 static int oci_handle_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) /* {{{ */ in oci_handle_get_attribute()
656 static int pdo_oci_check_liveness(pdo_dbh_t *dbh) /* {{{ */ in pdo_oci_check_liveness()
[all …]
H A Doci_statement.c617 zval dbh; member
717 static php_stream *oci_create_lob_stream(zval *dbh, pdo_stmt_t *stmt, OCILobLocator *lob) in oci_create_lob_stream()
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.c555 static int pgsql_handle_begin(pdo_dbh_t *dbh) in pgsql_handle_begin()
560 static int pgsql_handle_commit(pdo_dbh_t *dbh) in pgsql_handle_commit()
589 pdo_dbh_t *dbh; in PHP_METHOD() local
702 pdo_dbh_t *dbh; in PHP_METHOD() local
800 pdo_dbh_t *dbh; in PHP_METHOD() local
894 pdo_dbh_t *dbh; in PHP_METHOD() local
970 pdo_dbh_t *dbh; in PHP_METHOD() local
998 pdo_dbh_t *dbh; in PHP_METHOD() local
1049 pdo_dbh_t *dbh; in PHP_METHOD() local
1084 pdo_dbh_t *dbh; in PHP_METHOD() local
[all …]
H A Dphp_pdo_pgsql_int.h95 zval dbh; member
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_driver.c30 static int pdo_odbc_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_odbc_fetch_error_func()
55 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… in pdo_odbc_error()
123 static int odbc_handle_closer(pdo_dbh_t *dbh) in odbc_handle_closer()
141 static int odbc_handle_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, … in odbc_handle_preparer()
220 static zend_long odbc_handle_doer(pdo_dbh_t *dbh, const char *sql, size_t sql_len) in odbc_handle_doer()
270 static int odbc_handle_begin(pdo_dbh_t *dbh) in odbc_handle_begin()
286 static int odbc_handle_commit(pdo_dbh_t *dbh) in odbc_handle_commit()
312 static int odbc_handle_rollback(pdo_dbh_t *dbh) in odbc_handle_rollback()
338 static int odbc_handle_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in odbc_handle_set_attr()
353 static int odbc_handle_get_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in odbc_handle_get_attr()
[all …]
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c85 static int pdo_sqlite_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_sqlite_fetch_error_func()
151 static int sqlite_handle_closer(pdo_dbh_t *dbh) /* {{{ */ in sqlite_handle_closer()
244 static int sqlite_handle_begin(pdo_dbh_t *dbh) in sqlite_handle_begin()
258 static int sqlite_handle_commit(pdo_dbh_t *dbh) in sqlite_handle_commit()
272 static int sqlite_handle_rollback(pdo_dbh_t *dbh) in sqlite_handle_rollback()
301 static int pdo_sqlite_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in pdo_sqlite_set_attr()
531 pdo_dbh_t *dbh; in PHP_METHOD() local
597 pdo_dbh_t *dbh; in PHP_METHOD() local
647 pdo_dbh_t *dbh; in PHP_METHOD() local
680 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods()
[all …]
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c466 #define RECORD_ERROR(dbh) _firebird_error(dbh, NULL, __FILE__, __LINE__) argument
469 static int firebird_handle_closer(pdo_dbh_t *dbh) /* {{{ */ in firebird_handle_closer()
506 static int firebird_handle_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, /* {{{ */ in firebird_handle_preparer()
592 static zend_long firebird_handle_doer(pdo_dbh_t *dbh, const char *sql, size_t sql_len) /* {{{ */ in firebird_handle_doer()
703 static int firebird_handle_begin(pdo_dbh_t *dbh) /* {{{ */ in firebird_handle_begin()
756 static int firebird_handle_commit(pdo_dbh_t *dbh) /* {{{ */ in firebird_handle_commit()
769 static int firebird_handle_rollback(pdo_dbh_t *dbh) /* {{{ */ in firebird_handle_rollback()
833 static int firebird_handle_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in firebird_handle_set_attribute()
928 static int firebird_handle_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in firebird_handle_get_attribute()
984 static int pdo_firebird_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) /* {{{ */ in pdo_firebird_fetch_error_func()
[all …]

Completed in 40 milliseconds