Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c31916 int needQuote, isnull; in sqlite3_str_vappendf() local
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;
[all …]