Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c31615 int needQuote, isnull; in sqlite3_str_vappendf() local
31639 needQuote = !isnull && xtype==etSQLESCAPE2; in sqlite3_str_vappendf()
31648 if( needQuote ) bufpt[j++] = q; in sqlite3_str_vappendf()
31654 if( needQuote ) bufpt[j++] = q; in sqlite3_str_vappendf()
122705 int i, j, needQuote;
122711 needQuote = sqlite3Isdigit(zIdent[0])
122716 if( needQuote ) z[i++] = '"';
122721 if( needQuote ) z[i++] = '"';
207992 int needQuote = 0;
207997 needQuote = 1;
[all …]