Lines Matching refs:sqlite3DebugPrintf

12226 SQLITE_PRIVATE   void sqlite3DebugPrintf(const char*, ...);
20955 SQLITE_PRIVATE void sqlite3DebugPrintf(const char *zFormat, ...){ in sqlite3DebugPrintf() function
23711 # define OSTRACE(X) if( sqlite3OSTrace ) sqlite3DebugPrintf X
24279 sqlite3DebugPrintf("fcntl unknown %d %d %d\n", fd, op, s);
24294 sqlite3DebugPrintf("fcntl %d %d %s %s %d %d %d %d\n",
24310 sqlite3DebugPrintf("fcntl-failure-reason: %s %d %d %d\n",
31136 # define OSTRACE(X) if( sqlite3OSTrace ) sqlite3DebugPrintf X
39545 #define sqlite3DebugPrintf printf
39546 #define PAGERTRACE(X) if( sqlite3PagerTrace ){ sqlite3DebugPrintf X; }
46903 # define WALTRACE(X) if(sqlite3WalTrace) sqlite3DebugPrintf X
72664 sqlite3DebugPrintf("SQL-trace: %s\n", zTrace);
108454 # define WHERETRACE(K,X) if(sqlite3WhereTrace&(K)) sqlite3DebugPrintf X
110381 sqlite3DebugPrintf(" constraint[%d]: col=%d termid=%d op=%d usabled=%d\n",
110389 sqlite3DebugPrintf(" orderby[%d]: col=%d desc=%d\n",
110399 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
110404 sqlite3DebugPrintf(" idxNum=%d\n", p->idxNum);
110405 sqlite3DebugPrintf(" idxStr=%s\n", p->idxStr);
110406 sqlite3DebugPrintf(" orderByConsumed=%d\n", p->orderByConsumed);
110407 sqlite3DebugPrintf(" estimatedCost=%g\n", p->estimatedCost);
110408 sqlite3DebugPrintf(" estimatedRows=%lld\n", p->estimatedRows);
112404 sqlite3DebugPrintf("%c%2d.%0*llx.%0*llx", p->cId,
112406 sqlite3DebugPrintf(" %12s",
112416 sqlite3DebugPrintf(".%-16s %2d", zName, p->u.btree.nEq);
112418 sqlite3DebugPrintf("%20s","");
112428 sqlite3DebugPrintf(" %-19s", z);
112431 sqlite3DebugPrintf(" f %04x N %d", p->wsFlags, p->nLTerm);
112432 sqlite3DebugPrintf(" cost %d,%d,%d\n", p->rSetup, p->rRun, p->nOut);
112451 sqlite3DebugPrintf("%s", sqlite3VdbeExplanation(v));
112596 sqlite3DebugPrintf(x?" or-%d: ":" or-X: ", n);
112670 sqlite3DebugPrintf("ins-del: ");
112673 sqlite3DebugPrintf("ins-new: ");
112697 sqlite3DebugPrintf("ins-noop: ");
113902 sqlite3DebugPrintf("Skip %s cost=%-3d,%3d order=%c\n",
113920 sqlite3DebugPrintf("New %s cost=%-3d,%3d order=%c\n",
113929 sqlite3DebugPrintf(
113933 sqlite3DebugPrintf(" vs %s cost=%-3d,%d order=%c\n",
113945 sqlite3DebugPrintf(
113949 sqlite3DebugPrintf(" was %s cost=%-3d,%3d order=%c\n",
113981 sqlite3DebugPrintf("---- after round %d ----\n", iLoop);
113983 sqlite3DebugPrintf(" %s cost=%-3d nrow=%-3d order=%c",
113987 sqlite3DebugPrintf(" rev=0x%llx\n", pTo->revLoop);
113989 sqlite3DebugPrintf("\n");
114414 sqlite3DebugPrintf("%s", sqlite3VdbeExplanation(v));
114451 sqlite3DebugPrintf("---- Solution nRow=%d", pWInfo->nRowOut);
114453 sqlite3DebugPrintf(" ORDERBY=0x%llx", pWInfo->revMask);
114457 sqlite3DebugPrintf(" DISTINCT=unique");
114461 sqlite3DebugPrintf(" DISTINCT=ordered");
114465 sqlite3DebugPrintf(" DISTINCT=unordered");
114469 sqlite3DebugPrintf("\n");