Home
last modified time | relevance | path

Searched defs:quoted (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c144 static int dblib_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted in dblib_handle_quoter()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c432 char *quoted; /* quoted value */ member
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c264 static int odbc_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted,… in odbc_handle_quoter()
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c371 static int oci_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, … in oci_handle_quoter()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c302 static int mysql_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted in mysql_handle_quoter()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c276 char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in firebird_handle_quoter()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c233 …_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, int *quotedle… in sqlite_handle_quoter()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c320 static int pgsql_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted in pgsql_handle_quoter()

Completed in 40 milliseconds