Lines Matching refs:rbuMPrintf

226958 static char *rbuMPrintf(sqlite3rbu *p, const char *zFmt, ...){  function
227387 zList = rbuMPrintf(p, "%z%s\"%w\"", zList, zSep, z);
227414 zRet = rbuMPrintf(p, "%z%s%s\"%w\"%s", zRet, zSep, zPre, zCol, zPost);
227460 zRet = rbuMPrintf(p, " WHERE _rowid_ > %lld ", iMax);
227477 zRet = rbuMPrintf(p, " WHERE (%s) > (%s) ", zList, zVal);
227550 zLhs = rbuMPrintf(p, "%z%s \"%w\" COLLATE %Q",
227553 zOrder = rbuMPrintf(p, "%z%s \"rbu_imp_%d%w\" COLLATE %Q DESC",
227556 zSelect = rbuMPrintf(p, "%z%s quote(\"rbu_imp_%d%w\")",
227583 zVector = rbuMPrintf(p, "%z%s%s", zVector, zSep, zQuoted);
227588 zRet = rbuMPrintf(p, "(%s) > (%s)", zLhs, zVector);
227763 zList = rbuMPrintf(p, "%z, %s._rowid_", zList, zObj);
227785 zList = rbuMPrintf(p, "_rowid_ = ?%d", pIter->nTblCol+1);
227791 zList = rbuMPrintf(p, "%z%sc%d=?%d", zList, zSep, i, i+1);
227795 zList = rbuMPrintf(p,
227805 zList = rbuMPrintf(p, "%z%s\"%w\"=?%d", zList, zSep, zCol, i+1);
227859 zList = rbuMPrintf(p, "%z%s\"%w\"=?%d",
227865 zList = rbuMPrintf(p, "%z%s\"%w\"=rbu_delta(\"%w\", ?%d)",
227871 zList = rbuMPrintf(p, "%z%s\"%w\"=rbu_fossil_delta(\"%w\", ?%d)",
227954 z = rbuMPrintf(p, "%z%s\"%w\"%s", z, zSep, zCol, zDesc);
227958 z = rbuMPrintf(p, "%z)", z);
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":"");
228025 zCols = rbuMPrintf(p, "%z, id INTEGER", zCols);
228079 zSql = rbuMPrintf(p, "%z%s\"%w\" %s %sCOLLATE %Q%s",
228089 zSql = rbuMPrintf(p, "%z, %z", zSql, zPk);
228484 zOrder = rbuMPrintf(p, "_rowid_");
228729 p->zState = rbuMPrintf(p, "file:///%s-vacuum?modeof=%s", zFile, zFile);
229792 char *zOal = rbuMPrintf(p, "%s-oal", p->zTarget);
229964 p->zState = rbuMPrintf(p, "%s", zState);