Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re229 if (stmt->dbh->methods->quoter) {
247 … if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf), ZSTR_LEN(buf), &plc->quoted, &plc->qlen,
299 !stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf),
H A Dphp_pdo_driver.h309 pdo_dbh_quote_func quoter; member
H A Dpdo_dbh.c1168 if (!dbh->methods->quoter) { in PHP_METHOD()
1173 if (dbh->methods->quoter(dbh, str, str_len, &qstr, &qlen, paramtype)) { in PHP_METHOD()

Completed in 12 milliseconds