Home
last modified time | relevance | path

Searched defs:driver_options (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/pdo_dblib/
H A Ddblib_driver.c97 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in dblib_handle_preparer()
423 static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options) in pdo_dblib_handle_factory()
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_driver.c141 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in odbc_handle_preparer()
390 static int pdo_odbc_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_odbc_handle_factory()
/PHP-8.0/ext/pdo_oci/
H A Doci_driver.c241 …(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) /* {{{ */ in oci_handle_preparer()
713 static int pdo_oci_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_oci_handle_factory()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c169 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in mysql_handle_preparer()
600 static int pdo_mysql_handle_factory(pdo_dbh_t *dbh, zval *driver_options)
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c507 pdo_stmt_t *stmt, zval *driver_options) in firebird_handle_preparer()
1024 static int pdo_firebird_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_firebird_handle_factory()
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c178 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in sqlite_handle_preparer()
769 static int pdo_sqlite_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_sqlite_handle_factory()
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.c249 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in pgsql_handle_preparer()
1223 static int pdo_pgsql_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_pgsql_handle_factory()

Completed in 35 milliseconds