Lines Matching defs:VdbeModuleComment
17006 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X
17008 # define VdbeModuleComment(X)
17013 # define VdbeModuleComment(X)
128380 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)",
128493 VdbeModuleComment((v, "END: GenRowDel()"));
128537 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName));
134829 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)",
135595 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace));
158808 VdbeModuleComment((v, "Begin WHERE-loop%d: %s",iLevel,pTabItem->pTab->zName));
160033 VdbeModuleComment((v, "begin transitive constraint"));
168973 VdbeModuleComment((v, "Begin WHERE-core"));
169028 VdbeModuleComment((v, "End WHERE-core"));
169186 VdbeModuleComment((v, "End WHERE-loop%d: %s", i,
171174 VdbeModuleComment((v, "windowFullScan begin"));
171247 VdbeModuleComment((v, "windowFullScan end"));
171478 VdbeModuleComment((v, "CodeRangeTest: if( R%d %s R%d %s R%d ) goto lbl",
171567 VdbeModuleComment((v, "CodeRangeTest: end"));