Searched refs:VdbeModuleComment (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 15653 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro 15655 # define VdbeModuleComment(X) macro 15660 # define VdbeModuleComment(X) macro 116379 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)", 116490 VdbeModuleComment((v, "END: GenRowDel()")); 150057 VdbeModuleComment((v, "Begin WHERE-core")); 150104 VdbeModuleComment((v, "End WHERE-core")); 150226 VdbeModuleComment((v, "End WHERE-loop%d: %s", i, 152135 VdbeModuleComment((v, "windowFullScan begin")); 152208 VdbeModuleComment((v, "windowFullScan end")); [all …]
|