Searched defs:unquotedlen (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/ext/pdo_dblib/ |
H A D | dblib_driver.c | 144 static int dblib_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted… in dblib_handle_quoter()
|
/PHP-5.6/ext/pdo_odbc/ |
H A D | odbc_driver.c | 264 static int odbc_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted,… in odbc_handle_quoter()
|
/PHP-5.6/ext/pdo_oci/ |
H A D | oci_driver.c | 371 static int oci_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, … in oci_handle_quoter()
|
/PHP-5.6/ext/pdo_mysql/ |
H A D | mysql_driver.c | 302 static int mysql_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted… in mysql_handle_quoter()
|
/PHP-5.6/ext/pdo_firebird/ |
H A D | firebird_driver.c | 275 static int firebird_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, /* {{{ */ in firebird_handle_quoter()
|
/PHP-5.6/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 233 static int sqlite_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quote… in sqlite_handle_quoter()
|
/PHP-5.6/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 330 static int pgsql_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted… in pgsql_handle_quoter()
|
Completed in 35 milliseconds