Searched defs:driver_options (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/pdo_dblib/ |
H A D | dblib_driver.c | 94 …ool dblib_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_options) in dblib_handle_preparer() 449 static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options) in pdo_dblib_handle_factory()
|
/php-src/ext/pdo_odbc/ |
H A D | odbc_driver.c | 139 …bool odbc_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_options) in odbc_handle_preparer() 468 static int pdo_odbc_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_odbc_handle_factory()
|
/php-src/ext/pdo_mysql/ |
H A D | mysql_driver.c | 170 …ool mysql_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_options) in mysql_handle_preparer() 676 static int pdo_mysql_handle_factory(pdo_dbh_t *dbh, zval *driver_options)
|
/php-src/ext/pdo_firebird/ |
H A D | firebird_driver.c | 622 pdo_stmt_t *stmt, zval *driver_options) in firebird_handle_preparer() 1327 static int pdo_firebird_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_firebird_handle_factory()
|
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 175 …ol sqlite_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_options) in sqlite_handle_preparer() 794 static int pdo_sqlite_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_sqlite_handle_factory()
|
/php-src/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 265 …ool pgsql_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_options) in pgsql_handle_preparer() 1376 static int pdo_pgsql_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_pgsql_handle_factory()
|
Completed in 17 milliseconds