Lines Matching refs:needQuote
31916 int needQuote, isnull; in sqlite3_str_vappendf() local
31940 needQuote = !isnull && xtype==etSQLESCAPE2; in sqlite3_str_vappendf()
31949 if( needQuote ) bufpt[j++] = q; in sqlite3_str_vappendf()
31955 if( needQuote ) bufpt[j++] = q; in sqlite3_str_vappendf()
123455 int i, j, needQuote;
123461 needQuote = sqlite3Isdigit(zIdent[0])
123466 if( needQuote ) z[i++] = '"';
123471 if( needQuote ) z[i++] = '"';
209783 int needQuote = 0;
209788 needQuote = 1;
209792 needQuote = 1;
209797 if( needQuote ){