Home
last modified time | relevance | path

Searched refs:quoter (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pdo/
H A Dpdo_sql_parser.re234 if (stmt->dbh->methods->quoter) {
253 plc->quoted = stmt->dbh->methods->quoter(stmt->dbh, buf, param->param_type);
302 plc->quoted = stmt->dbh->methods->quoter(stmt->dbh, buf, param_type);
H A Dphp_pdo_driver.h300 pdo_dbh_quote_func quoter; member
H A Dpdo_dbh.c1246 if (!dbh->methods->quoter) { in PHP_METHOD()
1250 quoted = dbh->methods->quoter(dbh, str, paramtype); in PHP_METHOD()

Completed in 11 milliseconds