Searched refs:quoter (Results 1 – 3 of 3) sorted by relevance
234 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);
300 pdo_dbh_quote_func quoter; member
1278 if (!dbh->methods->quoter) { in PHP_METHOD()1282 quoted = dbh->methods->quoter(dbh, str, paramtype); in PHP_METHOD()
Completed in 11 milliseconds