Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c150 static int dblib_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quo… in dblib_handle_quoter()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c263 static int odbc_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quot… in odbc_handle_quoter()
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c361 static int oci_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quote… in oci_handle_quoter()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c306 static int mysql_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quo… in mysql_handle_quoter()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c243 static int firebird_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, /* {{{ … in firebird_handle_quoter()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c234 static int sqlite_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **qu… in sqlite_handle_quoter()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c321 static int pgsql_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, size_t unquotedlen, char **quo… in pgsql_handle_quoter()

Completed in 38 milliseconds