Lines Matching defs:needQuote
22762 int needQuote;22778 needQuote = !isnull && xtype==etSQLESCAPE2;22790 if( needQuote ) bufpt[j++] = q;22796 if( needQuote ) bufpt[j++] = q;94302 int i, j, needQuote;94308 needQuote = sqlite3Isdigit(zIdent[0])94313 if( needQuote ) z[i++] = '"';94318 if( needQuote ) z[i++] = '"';