Searched refs:VdbeModuleComment (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 9370 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro 9372 # define VdbeModuleComment(X) macro 9377 # define VdbeModuleComment(X) macro 89501 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)", 89584 VdbeModuleComment((v, "END: GenRowDel()")); 89626 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName)); 94094 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)", 94429 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace)); 111630 VdbeModuleComment((v, "Begin WHERE-loop%d: %s",iLevel,pTabItem->pTab->zName)); 112343 VdbeModuleComment((v, "begin transitive constraint")); [all …]
|