Home
last modified time | relevance | path

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

/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.c520 if (stmt->dbh->methods->quoter) { in pdo_parse_params()
538 … if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf), ZSTR_LEN(buf), &plc->quoted, &plc->qlen, in pdo_parse_params()
589 if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf), in pdo_parse_params()
H A Dpdo_sql_parser.re205 if (stmt->dbh->methods->quoter) {
223 … if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf), ZSTR_LEN(buf), &plc->quoted, &plc->qlen,
274 if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf),
H A Dphp_pdo_driver.h311 pdo_dbh_quote_func quoter; member
H A Dpdo_dbh.c1153 if (!dbh->methods->quoter) { in PHP_METHOD()
1158 if (dbh->methods->quoter(dbh, str, str_len, &qstr, &qlen, paramtype)) { in PHP_METHOD()

Completed in 21 milliseconds