Home
last modified time | relevance | path

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

/PHP-7.2/ext/pdo_dblib/
H A Ddblib_driver.c101 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in dblib_handle_preparer()
342 static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options) in pdo_dblib_handle_factory()
/PHP-7.2/ext/pdo_odbc/
H A Dodbc_driver.c145 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in odbc_handle_preparer()
391 static int pdo_odbc_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_odbc_handle_factory()
/PHP-7.2/ext/pdo_oci/
H A Doci_driver.c245 …(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) /* {{{ */ in oci_handle_preparer()
665 static int pdo_oci_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_oci_handle_factory()
/PHP-7.2/ext/pdo_mysql/
H A Dmysql_driver.c162 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in mysql_handle_preparer()
581 static int pdo_mysql_handle_factory(pdo_dbh_t *dbh, zval *driver_options)
/PHP-7.2/ext/pdo_firebird/
H A Dfirebird_driver.c87 pdo_stmt_t *stmt, zval *driver_options) in firebird_handle_preparer()
612 static int pdo_firebird_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_firebird_handle_factory()
/PHP-7.2/ext/pdo_sqlite/
H A Dsqlite_driver.c182 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in sqlite_handle_preparer()
790 static int pdo_sqlite_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_sqlite_handle_factory()
/PHP-7.2/ext/pdo_pgsql/
H A Dpgsql_driver.c233 …e_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, zval *driver_options) in pgsql_handle_preparer()
1187 static int pdo_pgsql_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_pgsql_handle_factory()

Completed in 41 milliseconds