Searched defs:dbh (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/pdo_dblib/ |
H A D | dblib_driver.c | 34 static void dblib_fetch_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in dblib_fetch_error() 75 static void dblib_handle_closer(pdo_dbh_t *dbh) in dblib_handle_closer() 109 static zend_long dblib_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in dblib_handle_doer() 195 static bool pdo_dblib_transaction_cmd(const char *cmd, pdo_dbh_t *dbh) in pdo_dblib_transaction_cmd() 210 static bool dblib_handle_begin(pdo_dbh_t *dbh) in dblib_handle_begin() 215 static bool dblib_handle_commit(pdo_dbh_t *dbh) in dblib_handle_commit() 220 static bool dblib_handle_rollback(pdo_dbh_t *dbh) in dblib_handle_rollback() 225 zend_string *dblib_handle_last_id(pdo_dbh_t *dbh, const zend_string *name) in dblib_handle_last_id() 273 static bool dblib_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in dblib_set_attr() 382 static int dblib_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) in dblib_get_attribute() [all …]
|
/php-src/ext/pdo_mysql/ |
H A D | mysql_driver.c | 42 int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) in _pdo_mysql_error() 148 static void mysql_handle_closer(pdo_dbh_t *dbh) in mysql_handle_closer() 258 static zend_long mysql_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in mysql_handle_doer() 364 static bool mysql_handle_begin(pdo_dbh_t *dbh) in mysql_handle_begin() 380 static bool mysql_handle_commit(pdo_dbh_t *dbh) in mysql_handle_commit() 393 static bool mysql_handle_rollback(pdo_dbh_t *dbh) in mysql_handle_rollback() 406 static inline int mysql_handle_autocommit(pdo_dbh_t *dbh) in mysql_handle_autocommit() 603 static zend_result pdo_mysql_check_liveness(pdo_dbh_t *dbh) 618 static void pdo_mysql_request_shutdown(pdo_dbh_t *dbh) 639 static bool pdo_mysql_in_transaction(pdo_dbh_t *dbh) [all …]
|
H A D | pdo_mysql.c | 67 pdo_dbh_t * dbh = Z_PDO_DBH_P(zv); in ZEND_GET_MODULE() local 90 pdo_dbh_t *dbh; in PHP_METHOD() local
|
/php-src/ext/pdo/ |
H A D | pdo_dbh.c | 303 pdo_dbh_t *dbh = NULL; in php_pdo_internal_construct_driver() local 587 pdo_dbh_t *dbh = dbh_obj->inner; in PHP_METHOD() local 686 pdo_dbh_t *dbh = Z_PDO_DBH_P(ZEND_THIS); in PHP_METHOD() local 716 pdo_dbh_t *dbh = Z_PDO_DBH_P(ZEND_THIS); in PHP_METHOD() local 740 pdo_dbh_t *dbh = Z_PDO_DBH_P(ZEND_THIS); in PHP_METHOD() local 764 pdo_dbh_t *dbh = Z_PDO_DBH_P(ZEND_THIS); in PHP_METHOD() local 966 pdo_dbh_t *dbh = Z_PDO_DBH_P(ZEND_THIS); in PHP_METHOD() local 1191 pdo_dbh_t *dbh = dbh_obj->inner; in PHP_METHOD() local 1339 pdo_dbh_t *dbh = dbh_obj->inner; in pdo_hash_methods() local 1535 pdo_dbh_object_t *dbh; in pdo_dbh_new() local [all …]
|
H A D | php_pdo_driver.h | 582 pdo_dbh_t *dbh; member
|
/php-src/ext/pdo_odbc/ |
H A D | odbc_driver.c | 32 static void pdo_odbc_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_odbc_fetch_error_func() 123 static void odbc_handle_closer(pdo_dbh_t *dbh) in odbc_handle_closer() 217 static zend_long odbc_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in odbc_handle_doer() 267 static bool odbc_handle_begin(pdo_dbh_t *dbh) in odbc_handle_begin() 283 static bool odbc_handle_commit(pdo_dbh_t *dbh) in odbc_handle_commit() 309 static bool odbc_handle_rollback(pdo_dbh_t *dbh) in odbc_handle_rollback() 335 static bool odbc_handle_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in odbc_handle_set_attr() 379 static int pdo_odbc_get_info_string(pdo_dbh_t *dbh, SQLUSMALLINT type, zval *val) in pdo_odbc_get_info_string() 394 static int odbc_handle_get_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in odbc_handle_get_attr() 420 static zend_result odbc_handle_check_liveness(pdo_dbh_t *dbh) in odbc_handle_check_liveness() [all …]
|
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 149 static void sqlite_handle_closer(pdo_dbh_t *dbh) /* {{{ */ in sqlite_handle_closer() 203 static zend_long sqlite_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in sqlite_handle_doer() 237 static bool sqlite_handle_begin(pdo_dbh_t *dbh) in sqlite_handle_begin() 248 static bool sqlite_handle_commit(pdo_dbh_t *dbh) in sqlite_handle_commit() 259 static bool sqlite_handle_rollback(pdo_dbh_t *dbh) in sqlite_handle_rollback() 285 static bool pdo_sqlite_in_transaction(pdo_dbh_t *dbh) in pdo_sqlite_in_transaction() 294 static bool pdo_sqlite_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in pdo_sqlite_set_attr() 503 pdo_dbh_t *dbh; in pdo_sqlite_create_function_internal() local 561 pdo_dbh_t *dbh; in pdo_sqlite_create_aggregate_internal() local 636 pdo_dbh_t *dbh; in pdo_sqlite_create_collation_internal() local [all …]
|
H A D | pdo_sqlite.c | 77 pdo_dbh_t *dbh; in PHP_METHOD() local 296 pdo_dbh_t *dbh; in PHP_METHOD() local
|
/php-src/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 108 pdo_dbh_t * dbh = (pdo_dbh_t *)context; in _pdo_pgsql_notice() local 648 pdo_dbh_t *dbh; in pgsqlCopyFromArray_internal() local 770 pdo_dbh_t *dbh; in pgsqlCopyFromFile_internal() local 872 pdo_dbh_t *dbh; in pgsqlCopyToFile_internal() local 972 pdo_dbh_t *dbh; in pgsqlCopyToArray_internal() local 1052 pdo_dbh_t *dbh; in pgsqlLOBCreate_internal() local 1085 pdo_dbh_t *dbh; in pgsqlLOBOpen_internal() local 1141 pdo_dbh_t *dbh; in pgsqlLOBUnlink_internal() local 1181 pdo_dbh_t *dbh; in pgsqlGetNotify_internal() local 1266 pdo_dbh_t *dbh; in pgsqlGetPid_internal() local [all …]
|
H A D | pdo_pgsql.c | 65 pdo_dbh_t *dbh; in PHP_METHOD() local 157 pdo_dbh_t *dbh = Z_PDO_DBH_P(ZEND_THIS); in PHP_METHOD() local
|
H A D | php_pdo_pgsql_int.h | 104 zval dbh; member
|
/php-src/ext/pdo_firebird/ |
H A D | firebird_driver.c | 584 static void firebird_handle_closer(pdo_dbh_t *dbh) /* {{{ */ in firebird_handle_closer() 621 static bool firebird_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, /* {{{ */ in firebird_handle_preparer() 719 static zend_long firebird_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) /* {{{ */ in firebird_handle_doer() 886 static bool firebird_handle_manually_begin(pdo_dbh_t *dbh) /* {{{ */ in firebird_handle_manually_begin() 908 bool php_firebird_commit_transaction(pdo_dbh_t *dbh, bool retain) /* {{{ */ in php_firebird_commit_transaction() 936 static bool firebird_handle_manually_commit(pdo_dbh_t *dbh) /* {{{ */ in firebird_handle_manually_commit() 958 static bool php_firebird_rollback_transaction(pdo_dbh_t *dbh) /* {{{ */ in php_firebird_rollback_transaction() 971 static bool firebird_handle_manually_rollback(pdo_dbh_t *dbh) /* {{{ */ in firebird_handle_manually_rollback() 994 static int php_firebird_alloc_prepare_stmt(pdo_dbh_t *dbh, const zend_string *sql, in php_firebird_alloc_prepare_stmt() 1266 static zend_result pdo_firebird_check_liveness(pdo_dbh_t *dbh) /* {{{ */ in pdo_firebird_check_liveness() [all …]
|
Completed in 39 milliseconds