Lines Matching refs:sqlite3DebugPrintf
13781 # define OSTRACE(X) if( sqlite3OSTrace ) sqlite3DebugPrintf X
19413 SQLITE_PRIVATE void sqlite3DebugPrintf(const char*, ...);
29365 SQLITE_PRIVATE void sqlite3DebugPrintf(const char *zFormat, ...){
34240 sqlite3DebugPrintf("fcntl unknown %d %d %d\n", fd, op, s);
34255 sqlite3DebugPrintf("fcntl %d %d %s %s %d %d %d %d\n",
34271 sqlite3DebugPrintf("fcntl-failure-reason: %s %d %d %d\n",
48847 # define pcacheTrace(X) if(sqlite3PcacheTrace){sqlite3DebugPrintf X;}
51725 #define sqlite3DebugPrintf printf
51726 #define PAGERTRACE(X) if( sqlite3PagerTrace ){ sqlite3DebugPrintf X; }
59563 # define WALTRACE(X) if(sqlite3WalTrace) sqlite3DebugPrintf X
76597 sqlite3DebugPrintf("Invalidate R[%d] due to change in R[%d]\n",
92908 sqlite3DebugPrintf("SQL-trace: %s\n", zTrace);
128860 sqlite3DebugPrintf("%u/%d/%p: ",(S)->selId,(P)->addrExplain,(S)),\
128861 sqlite3DebugPrintf X
135241 sqlite3DebugPrintf("agg-column[%d] iMem=%d\n",
135246 sqlite3DebugPrintf("agg-func[%d]: iMem=%d\n",
140160 # define WHERETRACE(K,X) if(sqlite3WhereTrace&(K)) sqlite3DebugPrintf X
142043 sqlite3DebugPrintf("Coding level %d of %d: notReady=%llx iFrom=%d\n",
142049 sqlite3DebugPrintf("WHERE clause being coded:\n");
142052 sqlite3DebugPrintf("All WHERE-clause terms before coding:\n");
143117 sqlite3DebugPrintf("Coding auxiliary constraint:\n");
143147 sqlite3DebugPrintf("Coding transitive constraint:\n");
143195 sqlite3DebugPrintf("All WHERE-clause terms after coding level %d:\n",
143200 sqlite3DebugPrintf("End Coding level %d: notReady=%llx\n",
144965 sqlite3DebugPrintf("%s cursors: %d %d\n",
145443 sqlite3DebugPrintf(" constraint[%d]: col=%d termid=%d op=%d usabled=%d\n",
145451 sqlite3DebugPrintf(" orderby[%d]: col=%d desc=%d\n",
145461 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
145466 sqlite3DebugPrintf(" idxNum=%d\n", p->idxNum);
145467 sqlite3DebugPrintf(" idxStr=%s\n", p->idxStr);
145468 sqlite3DebugPrintf(" orderByConsumed=%d\n", p->orderByConsumed);
145469 sqlite3DebugPrintf(" estimatedCost=%g\n", p->estimatedCost);
145470 sqlite3DebugPrintf(" estimatedRows=%lld\n", p->estimatedRows);
146567 sqlite3DebugPrintf("TERM-%-3d NULL\n", iTerm);
146585 sqlite3DebugPrintf(
146591 sqlite3DebugPrintf(" prob=%-3d prereq=%llx,%llx",
146595 sqlite3DebugPrintf(" iField=%d", pTerm->iField);
146598 sqlite3DebugPrintf(" iParent=%d", pTerm->iParent);
146600 sqlite3DebugPrintf("\n");
146628 sqlite3DebugPrintf("%c%2d.%0*llx.%0*llx", p->cId,
146630 sqlite3DebugPrintf(" %12s",
146640 sqlite3DebugPrintf(".%-16s %2d", zName, p->u.btree.nEq);
146642 sqlite3DebugPrintf("%20s","");
146652 sqlite3DebugPrintf(" %-19s", z);
146656 sqlite3DebugPrintf(" f %05x %d-%d", p->wsFlags, p->nLTerm,p->nSkip);
146658 sqlite3DebugPrintf(" f %05x N %d", p->wsFlags, p->nLTerm);
146660 sqlite3DebugPrintf(" cost %d,%d,%d\n", p->rSetup, p->rRun, p->nOut);
146985 sqlite3DebugPrintf(x?" or-%d: ":" or-X: ", n);
147002 sqlite3DebugPrintf(" skip: ");
147018 sqlite3DebugPrintf("replace: ");
147020 sqlite3DebugPrintf(" with: ");
147022 sqlite3DebugPrintf(" add: ");
147047 sqlite3DebugPrintf(" delete: ");
147495 sqlite3DebugPrintf(
149071 sqlite3DebugPrintf("Skip %s cost=%-3d,%3d,%3d order=%c\n",
149090 sqlite3DebugPrintf("New %s cost=%-3d,%3d,%3d order=%c\n",
149113 sqlite3DebugPrintf(
149117 sqlite3DebugPrintf(" vs %s cost=%-3d,%3d,%3d order=%c\n",
149131 sqlite3DebugPrintf(
149135 sqlite3DebugPrintf(" was %s cost=%-3d,%3d,%3d order=%c\n",
149169 sqlite3DebugPrintf("---- after round %d ----\n", iLoop);
149171 sqlite3DebugPrintf(" %s cost=%-3d nrow=%-3d order=%c",
149175 sqlite3DebugPrintf(" rev=0x%llx\n", pTo->revLoop);
149177 sqlite3DebugPrintf("\n");
149687 sqlite3DebugPrintf("*** Optimizer Start *** (wctrlFlags: 0x%x",wctrlFlags);
149689 sqlite3DebugPrintf(", limit: %d", iAuxArg);
149691 sqlite3DebugPrintf(")\n");
149704 sqlite3DebugPrintf("---- WHERE clause at start of analysis:\n");
149750 sqlite3DebugPrintf("---- Solution nRow=%d", pWInfo->nRowOut);
149752 sqlite3DebugPrintf(" ORDERBY=%d,0x%llx", pWInfo->nOBSat, pWInfo->revMask);
149756 sqlite3DebugPrintf(" DISTINCT=unique");
149760 sqlite3DebugPrintf(" DISTINCT=ordered");
149764 sqlite3DebugPrintf(" DISTINCT=unordered");
149768 sqlite3DebugPrintf("\n");
149854 sqlite3DebugPrintf("---- WHERE clause at end of analysis:\n");