Searched refs:needQuote (Results 1 – 2 of 2) sorted by relevance
807 int needQuote, isnull; in sqlite3_str_vappendf() local831 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()
2082 int i, j, needQuote; in identPut() local2088 needQuote = sqlite3Isdigit(zIdent[0]) in identPut()2093 if( needQuote ) z[i++] = '"'; in identPut()2098 if( needQuote ) z[i++] = '"'; in identPut()