Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprintf.c807 int needQuote, isnull; in sqlite3_str_vappendf() local
831 needQuote = !isnull && xtype==etSQLESCAPE2; in sqlite3_str_vappendf()
840 if( needQuote ) bufpt[j++] = q; in sqlite3_str_vappendf()
846 if( needQuote ) bufpt[j++] = q; in sqlite3_str_vappendf()
H A Dbuild.c2082 int i, j, needQuote; in identPut() local
2088 needQuote = sqlite3Isdigit(zIdent[0]) in identPut()
2093 if( needQuote ) z[i++] = '"'; in identPut()
2098 if( needQuote ) z[i++] = '"'; in identPut()