Searched refs:zComma (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 16422 const char *zComma = zCols==0 ? "" : ", "; in idxPopulateOneStat1() local 16433 zComma, zName, nCol, zName, zColl in idxPopulateOneStat1() 16435 zOrder = idxAppendText(&rc, zOrder, "%s%d", zComma, ++nCol); in idxPopulateOneStat1()
|
| H A D | sqlite3.c | 227989 const char *zComma = ""; local 228018 zCols = rbuMPrintf(p, "%z%sc%d %s COLLATE %Q", zCols, zComma, 228021 zPk = rbuMPrintf(p, "%z%sc%d%s", zPk, zComma, iCid, bDesc?" DESC":""); 228022 zComma = ", "; 228060 const char *zComma = ""; local 228080 zSql, zComma, zCol, pIter->azTblType[iCol], zPk, zColl, 228083 zComma = ", ";
|