Searched refs:VdbeModuleComment (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 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")); [all …]
|