Lines Matching refs:sqlite3_str_appendf

8786 SQLITE_API void sqlite3_str_appendf(sqlite3_str*, const char *zFormat, ...);
25419 sqlite3_str_appendf(&sRes, cf=='d' ? "%02d" : "%2d", x.D); in strftimeFunc()
25425 sqlite3_str_appendf(&sRes, "%06.3f", s); in strftimeFunc()
25429 sqlite3_str_appendf(&sRes, "%04d-%02d-%02d", x.Y, x.M, x.D); in strftimeFunc()
25434 sqlite3_str_appendf(&sRes, cf=='H' ? "%02d" : "%2d", x.h); in strftimeFunc()
25442 sqlite3_str_appendf(&sRes, cf=='I' ? "%02d" : "%2d", h); in strftimeFunc()
25457 sqlite3_str_appendf(&sRes,"%02d",(nDay+7-wd)/7); in strftimeFunc()
25459 sqlite3_str_appendf(&sRes,"%03d",nDay+1); in strftimeFunc()
25464 sqlite3_str_appendf(&sRes,"%.16g",x.iJD/86400000.0); in strftimeFunc()
25468 sqlite3_str_appendf(&sRes,"%02d",x.M); in strftimeFunc()
25472 sqlite3_str_appendf(&sRes,"%02d",x.m); in strftimeFunc()
25485 sqlite3_str_appendf(&sRes, "%02d:%02d", x.h, x.m); in strftimeFunc()
25490 sqlite3_str_appendf(&sRes,"%.3f", in strftimeFunc()
25494 sqlite3_str_appendf(&sRes,"%lld",iS); in strftimeFunc()
25499 sqlite3_str_appendf(&sRes,"%02d",(int)x.s); in strftimeFunc()
25503 sqlite3_str_appendf(&sRes,"%02d:%02d:%02d", x.h, x.m, (int)x.s); in strftimeFunc()
25514 sqlite3_str_appendf(&sRes,"%04d",x.Y); in strftimeFunc()
25664 sqlite3_str_appendf(&sRes, "%c%04d-%02d-%02d %02d:%02d:%06.3f", in timediffFunc()
31699 sqlite3_str_appendf(pAccum, "(join-%u)", pSel->selId); in sqlite3_str_vappendf()
31701 sqlite3_str_appendf(pAccum, "(subquery-%u)", pSel->selId); in sqlite3_str_vappendf()
32202 SQLITE_API void sqlite3_str_appendf(StrAccum *p, const char *zFormat, ...){ in sqlite3_str_appendf() function
32434 sqlite3_str_appendf(&x, "%s", pCte->zName); in sqlite3TreeViewWith()
32439 sqlite3_str_appendf(&x, "%c%s", cSep, pCte->pCols->a[j].zEName); in sqlite3TreeViewWith()
32442 sqlite3_str_appendf(&x, ")"); in sqlite3TreeViewWith()
32445 sqlite3_str_appendf(&x, " %sMATERIALIZED", in sqlite3TreeViewWith()
32449 sqlite3_str_appendf(&x, " (pUse=0x%p, nUse=%d)", pCte->pUse, in sqlite3TreeViewWith()
32474 sqlite3_str_appendf(&x, "{%d:*} %!S", pItem->iCursor, pItem); in sqlite3TreeViewSrcList()
32476 sqlite3_str_appendf(&x, " tab=%Q nCol=%d ptr=%p used=%llx", in sqlite3TreeViewSrcList()
32480 sqlite3_str_appendf(&x, " FULL-OUTER-JOIN"); in sqlite3TreeViewSrcList()
32482 sqlite3_str_appendf(&x, " LEFT-JOIN"); in sqlite3TreeViewSrcList()
32484 sqlite3_str_appendf(&x, " RIGHT-JOIN"); in sqlite3TreeViewSrcList()
32486 sqlite3_str_appendf(&x, " CROSS-JOIN"); in sqlite3TreeViewSrcList()
32489 sqlite3_str_appendf(&x, " LTORJ"); in sqlite3TreeViewSrcList()
32492 sqlite3_str_appendf(&x, " DDL"); in sqlite3TreeViewSrcList()
32495 sqlite3_str_appendf(&x, " CteUse=0x%p", pItem->u2.pCteUse); in sqlite3TreeViewSrcList()
32498 sqlite3_str_appendf(&x, " ON"); in sqlite3TreeViewSrcList()
32500 if( pItem->fg.isTabFunc ) sqlite3_str_appendf(&x, " isTabFunc"); in sqlite3TreeViewSrcList()
32501 if( pItem->fg.isCorrelated ) sqlite3_str_appendf(&x, " isCorrelated"); in sqlite3TreeViewSrcList()
32502 if( pItem->fg.isMaterialized ) sqlite3_str_appendf(&x, " isMaterialized"); in sqlite3TreeViewSrcList()
32503 if( pItem->fg.viaCoroutine ) sqlite3_str_appendf(&x, " viaCoroutine"); in sqlite3TreeViewSrcList()
32504 if( pItem->fg.notCte ) sqlite3_str_appendf(&x, " notCte"); in sqlite3TreeViewSrcList()
32505 if( pItem->fg.isNestedFrom ) sqlite3_str_appendf(&x, " isNestedFrom"); in sqlite3TreeViewSrcList()
32780 sqlite3_str_appendf(&x, " fg.af=%x.%c", in sqlite3TreeViewExpr()
32783 sqlite3_str_appendf(&x, " outer.iJoin=%d", pExpr->w.iJoin); in sqlite3TreeViewExpr()
32786 sqlite3_str_appendf(&x, " inner.iJoin=%d", pExpr->w.iJoin); in sqlite3TreeViewExpr()
32789 sqlite3_str_appendf(&x, " DDL"); in sqlite3TreeViewExpr()
32792 sqlite3_str_appendf(&x, " IMMUTABLE"); in sqlite3TreeViewExpr()
32795 sqlite3_str_appendf(&x, " agg-column[%d]", pExpr->iAgg); in sqlite3TreeViewExpr()
33026 sqlite3_str_appendf(pStr, "IN flags=0x%x", pExpr->flags); in sqlite3TreeViewExpr()
33027 if( pExpr->iTable ) sqlite3_str_appendf(pStr, " iTable=%d",pExpr->iTable); in sqlite3TreeViewExpr()
33029 sqlite3_str_appendf(pStr, " subrtn(%d,%d)", in sqlite3TreeViewExpr()
80629 sqlite3_str_appendf(&pCheck->errMsg, pCheck->zPfx,
82465 sqlite3_str_appendf(&acc, "%!.15g",
85403 sqlite3_str_appendf(pErr,
86135 sqlite3_str_appendf(&x, "%d", v1);
86137 sqlite3_str_appendf(&x, "%d..%d", v1, v1+v2-1);
86142 sqlite3_str_appendf(&x, "%d", v1);
86144 sqlite3_str_appendf(&x, "%d..%d", v1, v1+pCtx->argc-1);
86152 sqlite3_str_appendf(&x, "%d", v1);
86163 sqlite3_str_appendf(&x, "; %s", pOp->zComment);
86185 sqlite3_str_appendf(p, "%Q", pExpr->u.zToken);
86188 sqlite3_str_appendf(p, "%d", pExpr->u.iValue);
86191 sqlite3_str_appendf(p, "NULL");
86194 sqlite3_str_appendf(p, "r[%d]", pExpr->iTable);
86199 sqlite3_str_appendf(p, "rowid");
86201 sqlite3_str_appendf(p, "c%d", (int)pExpr->iColumn);
86233 sqlite3_str_appendf(p, "%s", "expr");
86238 sqlite3_str_appendf(p, "%s(", zOp);
86265 sqlite3_str_appendf(&x, "k(%d", pKeyInfo->nKeyField);
86270 sqlite3_str_appendf(&x, ",%s%s%s",
86288 sqlite3_str_appendf(&x, "%.18s-%s", pColl->zName,
86294 sqlite3_str_appendf(&x, "%s(%d)", pDef->zName, pDef->nArg);
86299 sqlite3_str_appendf(&x, "%s(%d)", pDef->zName, pDef->nArg);
86303 sqlite3_str_appendf(&x, "%lld", *pOp->p4.pI64);
86307 sqlite3_str_appendf(&x, "%d", pOp->p4.i);
86311 sqlite3_str_appendf(&x, "%.16g", *pOp->p4.pReal);
86319 sqlite3_str_appendf(&x, "%lld", pMem->u.i);
86321 sqlite3_str_appendf(&x, "%.16g", pMem->u.r);
86333 sqlite3_str_appendf(&x, "vtab:%p", pVtab);
86343 sqlite3_str_appendf(&x, "%c%u", (i==1 ? '[' : ','), ai[i]);
92545 sqlite3_str_appendf(&out, "%lld", pVar->u.i);
92547 sqlite3_str_appendf(&out, "%!.15g", pVar->u.r);
92570 sqlite3_str_appendf(&out, "'%.*q'", nOut, pVar->z);
92573 sqlite3_str_appendf(&out, "/*+%d bytes*/", pVar->n-nOut);
92580 sqlite3_str_appendf(&out, "zeroblob(%d)", pVar->u.nZero);
92590 sqlite3_str_appendf(&out, "%02x", pVar->z[i]&0xff);
92595 sqlite3_str_appendf(&out, "/*+%d bytes*/", pVar->n-nOut);
93134 sqlite3_str_appendf(pStr, "%cx[", c);
93136 sqlite3_str_appendf(pStr, "%02X", ((int)pMem->z[i] & 0xFF));
93138 sqlite3_str_appendf(pStr, "|");
93143 sqlite3_str_appendf(pStr,"]");
93145 sqlite3_str_appendf(pStr, "+%dz",pMem->u.nZero);
93162 sqlite3_str_appendf(pStr, " %c%d[", c, pMem->n);
93167 sqlite3_str_appendf(pStr, "]%s", encnames[pMem->enc]);
93169 sqlite3_str_appendf(pStr, "(0-term)");
118586 sqlite3_str_appendf(&sStat, "%llu",
118592 sqlite3_str_appendf(&sStat, " %llu", iVal);
118631 sqlite3_str_appendf(&sStat, "%llu ", (u64)aCnt[i]);
125986 sqlite3_str_appendf(&errMsg, "index '%q'", pIdx->zName);
128225 sqlite3_str_appendf(&str, zFormat, &x);
129001 sqlite3_str_appendf(pStr, "%!.15g", r1);
129007 sqlite3_str_appendf(pStr, "%!.20e", r1);
129013 sqlite3_str_appendf(pStr, "%lld", sqlite3_value_int64(pValue));
129038 sqlite3_str_appendf(pStr, "%Q", zArg);
136117 #define sqlite3_str_appendf sqlite3_api->str_appendf
136620 sqlite3_str_appendf,
140431 sqlite3_str_appendf(&acc, "%c\"%s\"", cSep, pragCName[j]);
140435 sqlite3_str_appendf(&acc, "(\"%s\"", pPragma->zName);
140601 sqlite3_str_appendf(&acc, "%Q.", pCsr->azArg[1]);
140605 sqlite3_str_appendf(&acc, "=%Q", pCsr->azArg[0]);
156253 sqlite3_str_appendf(pStr, i>=nSkip ? "%s=?" : "ANY(%s)", z);
156307 sqlite3_str_appendf(&str, "%s %S", isSearch ? "SEARCH" : "SCAN", pItem);
156330 sqlite3_str_appendf(&str, zFmt, pIdx->zName);
156342 sqlite3_str_appendf(&str, " USING INTEGER PRIMARY KEY (%s", zRowid);
156346 sqlite3_str_appendf(&str, ">? AND %s", zRowid);
156354 sqlite3_str_appendf(&str, "%c?)", cRangeOp);
156358 sqlite3_str_appendf(&str, " VIRTUAL TABLE INDEX %d:%s",
156363 sqlite3_str_appendf(&str, " LEFT-JOIN");
156367 sqlite3_str_appendf(&str, " (~%llu rows)",
156408 sqlite3_str_appendf(&str, "BLOOM FILTER ON %S (", pItem);
156413 sqlite3_str_appendf(&str, "%s=?", pTab->aCol[pTab->iPKey].zCnName);
156415 sqlite3_str_appendf(&str, "rowid=?");
156421 sqlite3_str_appendf(&str, "%s=?", z);
161670 sqlite3_str_appendf(pStr,"CREATE AUTOMATIC INDEX ON %s(", pTab->zName);
161678 sqlite3_str_appendf(pStr, "%s%s", zSep, zName);
177729 sqlite3_str_appendf(pStr, "\"%w\"", zId);
206666 sqlite3_str_appendf(pOut, "%5d:%*s", iStart, nIndent, "");
206676 sqlite3_str_appendf(pOut, " %02x", pParse->aBlob[iStart+i]);
206679 sqlite3_str_appendf(pOut, " ERROR invalid node size\n");
206708 sqlite3_str_appendf(pOut,"array, %u bytes\n", sz);
206714 sqlite3_str_appendf(pOut, "object, %u bytes\n", sz);
211917 sqlite3_str_appendf(p,
211921 sqlite3_str_appendf(p,",a%d",ii);
211923 sqlite3_str_appendf(p,
211926 sqlite3_str_appendf(p,
211929 sqlite3_str_appendf(p,
211982 sqlite3_str_appendf(p, "UPDATE \"%w\".\"%w_rowid\"SET ", zDb, zPrefix);
211987 sqlite3_str_appendf(p,"a%d=coalesce(?%d,a%d)",ii,ii+2,ii);
211991 sqlite3_str_appendf(p,"a%d=?%d",ii,ii+2);
211994 sqlite3_str_appendf(p, " WHERE rowid=?1");
212163 sqlite3_str_appendf(pSql, "CREATE TABLE x(%.*s INT",
212169 sqlite3_str_appendf(pSql, ",%.*s", rtreeTokenLength(zArg+1), zArg+1);
212175 sqlite3_str_appendf(pSql, azFormat[eCoordType],
212179 sqlite3_str_appendf(pSql, ");");
212272 sqlite3_str_appendf(pOut, "{%lld", cell.iRowid);
212275 sqlite3_str_appendf(pOut, " %g", (double)cell.aCoord[jj].f);
212277 sqlite3_str_appendf(pOut, " %d", cell.aCoord[jj].i);
213185 sqlite3_str_appendf(x, "[%!g,%!g],", GeoX(p,i), GeoY(p,i));
213187 sqlite3_str_appendf(x, "[%!g,%!g]]", GeoX(p,0), GeoY(p,0));
213212 sqlite3_str_appendf(x, "<polyline points=");
213214 sqlite3_str_appendf(x, "%c%g,%g", cSep, GeoX(p,i), GeoY(p,i));
213217 sqlite3_str_appendf(x, " %g,%g'", GeoX(p,0), GeoY(p,0));
213221 sqlite3_str_appendf(x, " %s", z);
213224 sqlite3_str_appendf(x, "></polyline>");
214077 sqlite3_str_appendf(pSql, "CREATE TABLE x(_shape");
214082 sqlite3_str_appendf(pSql, ",%s", argv[ii]);
214084 sqlite3_str_appendf(pSql, ");");
222471 sqlite3_str_appendf(pSql,
222479 sqlite3_str_appendf(pSql, "WHERE name=%Q", zName);
222482 sqlite3_str_appendf(pSql, " ORDER BY name");