Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c99 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in dblib_handle_preparer()
425 static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options) in pdo_dblib_handle_factory()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c143 …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-7.4/ext/pdo_oci/
H A Doci_driver.c243 …(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) /* {{{ */ in oci_handle_preparer()
675 static int pdo_oci_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_oci_handle_factory()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c163 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in mysql_handle_preparer()
582 static int pdo_mysql_handle_factory(pdo_dbh_t *dbh, zval *driver_options)
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c87 pdo_stmt_t *stmt, zval *driver_options) in firebird_handle_preparer()
632 static int pdo_firebird_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_firebird_handle_factory()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c179 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in sqlite_handle_preparer()
796 static int pdo_sqlite_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_sqlite_handle_factory()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c223 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in pgsql_handle_preparer()
1188 static int pdo_pgsql_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_pgsql_handle_factory()

Completed in 24 milliseconds