Searched refs:needQuote (Results 1 – 1 of 1) sorted by relevance
31916 int needQuote, isnull; in sqlite3_str_vappendf() local31949 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;[all …]