Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c16460 const char *zComma = zCols==0 ? "" : ", "; in idxPopulateOneStat1() local
16471 zComma, zName, nCol, zName, zColl in idxPopulateOneStat1()
16473 zOrder = idxAppendText(&rc, zOrder, "%s%d", zComma, ++nCol); in idxPopulateOneStat1()
H A Dsqlite3.c228383 const char *zComma = ""; local
228412 zCols = rbuMPrintf(p, "%z%sc%d %s COLLATE %Q", zCols, zComma,
228415 zPk = rbuMPrintf(p, "%z%sc%d%s", zPk, zComma, iCid, bDesc?" DESC":"");
228416 zComma = ", ";
228454 const char *zComma = ""; local
228474 zSql, zComma, zCol, pIter->azTblType[iCol], zPk, zColl,
228477 zComma = ", ";
239064 const char *zComma = ""; local
239068 sessionAppendStr(&cols, zComma, &rc);
239070 sessionAppendStr(&insbind, zComma, &rc);
[all …]