Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c30868 #define etSQLESCAPE2 10 /* Strings with '\'' doubled and enclosed in '', macro
30917 { 'Q', 0, 4, etSQLESCAPE2, 0, 0 },
31612 case etSQLESCAPE2: /* %Q: Escape ' and enclose in '...' */ in sqlite3_str_vappendf()
31626 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in sqlite3_str_vappendf()
31639 needQuote = !isnull && xtype==etSQLESCAPE2; in sqlite3_str_vappendf()