Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo_dblib/
H A Ddblib_driver.c152 static int dblib_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quo… in dblib_handle_quoter()
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_driver.c264 static int odbc_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quot… in odbc_handle_quoter()
/PHP-7.1/ext/pdo_oci/
H A Doci_driver.c369 static int oci_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quote… in oci_handle_quoter()
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_driver.c300 static int mysql_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quo… in mysql_handle_quoter()
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_driver.c281 static int firebird_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, /* {{{ … in firebird_handle_quoter()
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c233 static int sqlite_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **qu… in sqlite_handle_quoter()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c331 static int pgsql_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quo… in pgsql_handle_quoter()

Completed in 32 milliseconds