Searched refs:VdbeModuleComment (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 18082 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro 18084 # define VdbeModuleComment(X) macro 18089 # define VdbeModuleComment(X) macro 133662 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)", 133775 VdbeModuleComment((v, "END: GenRowDel()")); 133819 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName)); 140850 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)", 141616 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace)); 165435 VdbeModuleComment((v, "Begin WHERE-loop%d: %s", 166668 VdbeModuleComment((v, "begin transitive constraint")); [all …]
|