Searched refs:VdbeModuleComment (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 17006 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro 17008 # define VdbeModuleComment(X) macro 17013 # define VdbeModuleComment(X) macro 128380 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)", 128493 VdbeModuleComment((v, "END: GenRowDel()")); 168973 VdbeModuleComment((v, "Begin WHERE-core")); 169028 VdbeModuleComment((v, "End WHERE-core")); 169186 VdbeModuleComment((v, "End WHERE-loop%d: %s", i, 171174 VdbeModuleComment((v, "windowFullScan begin")); 171247 VdbeModuleComment((v, "windowFullScan end")); [all …]
|