Home
last modified time | relevance | path

Searched refs:VdbeModuleComment (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.h310 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro
312 # define VdbeModuleComment(X) macro
317 # define VdbeModuleComment(X) macro
H A Ddelete.c753 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)", in sqlite3GenerateRowDelete()
864 VdbeModuleComment((v, "END: GenRowDel()")); in sqlite3GenerateRowDelete()
908 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName)); in sqlite3GenerateRowIndexDelete()
H A Dwindow.c1824 VdbeModuleComment((v, "windowFullScan begin")); in windowFullScan()
1897 VdbeModuleComment((v, "windowFullScan end")); in windowFullScan()
2128 VdbeModuleComment((v, "CodeRangeTest: if( R%d %s R%d %s R%d ) goto lbl", in windowCodeRangeTest()
2217 VdbeModuleComment((v, "CodeRangeTest: end")); in windowCodeRangeTest()
H A Dwherecode.c1348 VdbeModuleComment((v, "Begin WHERE-loop%d: %s",iLevel,pTabItem->pTab->zName)); in sqlite3WhereCodeOneLoopStart()
2572 VdbeModuleComment((v, "begin transitive constraint")); in sqlite3WhereCodeOneLoopStart()
H A Dinsert.c1727 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)", in sqlite3GenerateConstraintChecks()
2492 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace)); in sqlite3GenerateConstraintChecks()
H A Dwhere.c6198 VdbeModuleComment((v, "Begin WHERE-core")); in sqlite3WhereBegin()
6268 VdbeModuleComment((v, "End WHERE-core")); in sqlite3WhereEnd()
6418 VdbeModuleComment((v, "End WHERE-loop%d: %s", i, in sqlite3WhereEnd()