Lines Matching refs:VdbeModuleComment
15653 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro
15655 # define VdbeModuleComment(X) macro
15660 # define VdbeModuleComment(X) macro
116379 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)",
116490 VdbeModuleComment((v, "END: GenRowDel()"));
116534 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName));
121701 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)",
122401 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace));
142040 VdbeModuleComment((v, "Begin WHERE-loop%d: %s",iLevel,pTabItem->pTab->zName));
143166 VdbeModuleComment((v, "begin transitive constraint"));
150057 VdbeModuleComment((v, "Begin WHERE-core"));
150104 VdbeModuleComment((v, "End WHERE-core"));
150226 VdbeModuleComment((v, "End WHERE-loop%d: %s", i,
152135 VdbeModuleComment((v, "windowFullScan begin"));
152208 VdbeModuleComment((v, "windowFullScan end"));
152436 VdbeModuleComment((v, "CodeRangeTest: if( R%d %s R%d %s R%d ) goto lbl",
152520 VdbeModuleComment((v, "CodeRangeTest: end"));