Searched refs:VdbeModuleComment (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 17439 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro 17441 # define VdbeModuleComment(X) macro 17446 # define VdbeModuleComment(X) macro 130111 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)", 130224 VdbeModuleComment((v, "END: GenRowDel()")); 130268 VdbeModuleComment((v, "GenRowIdxDel for %s", pIdx->zName)); 136767 VdbeModuleComment((v, "BEGIN: GenCnstCks(%d,%d,%d,%d,%d)", 137533 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace)); 161096 VdbeModuleComment((v, "Begin WHERE-loop%d: %s", 162329 VdbeModuleComment((v, "begin transitive constraint")); [all …]
|