Lines Matching refs:VdbeModuleComment
15561 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro
15563 # define VdbeModuleComment(X) macro
15568 # define VdbeModuleComment(X) macro
119913 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)",
120024 VdbeModuleComment((v, "END: GenRowDel()"));
120068 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName));
125711 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)",
126476 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace));
147772 VdbeModuleComment((v, "Begin WHERE-loop%d: %s",iLevel,pTabItem->pTab->zName));
148933 VdbeModuleComment((v, "begin transitive constraint"));
156027 VdbeModuleComment((v, "Begin WHERE-core"));
156078 VdbeModuleComment((v, "End WHERE-core"));
156213 VdbeModuleComment((v, "End WHERE-loop%d: %s", i,
158182 VdbeModuleComment((v, "windowFullScan begin"));
158255 VdbeModuleComment((v, "windowFullScan end"));
158486 VdbeModuleComment((v, "CodeRangeTest: if( R%d %s R%d %s R%d ) goto lbl",
158576 VdbeModuleComment((v, "CodeRangeTest: end"));