Lines Matching refs:VdbeModuleComment
16956 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro
16958 # define VdbeModuleComment(X) macro
16963 # define VdbeModuleComment(X) macro
127629 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)",
127742 VdbeModuleComment((v, "END: GenRowDel()"));
127786 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName));
133871 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)",
134637 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace));
157531 VdbeModuleComment((v, "Begin WHERE-loop%d: %s",iLevel,pTabItem->pTab->zName));
158748 VdbeModuleComment((v, "begin transitive constraint"));
167462 VdbeModuleComment((v, "Begin WHERE-core"));
167537 VdbeModuleComment((v, "End WHERE-core"));
167687 VdbeModuleComment((v, "End WHERE-loop%d: %s", i,
169680 VdbeModuleComment((v, "windowFullScan begin"));
169753 VdbeModuleComment((v, "windowFullScan end"));
169984 VdbeModuleComment((v, "CodeRangeTest: if( R%d %s R%d %s R%d ) goto lbl",
170073 VdbeModuleComment((v, "CodeRangeTest: end"));