Searched refs:VdbeModuleComment (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 15561 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X macro 15563 # define VdbeModuleComment(X) macro 15568 # define VdbeModuleComment(X) macro 119913 VdbeModuleComment((v, "BEGIN: GenRowDel(%d,%d,%d,%d)", 120024 VdbeModuleComment((v, "END: GenRowDel()")); 156027 VdbeModuleComment((v, "Begin WHERE-core")); 156078 VdbeModuleComment((v, "End WHERE-core")); 156213 VdbeModuleComment((v, "End WHERE-loop%d: %s", i, 158182 VdbeModuleComment((v, "windowFullScan begin")); 158255 VdbeModuleComment((v, "windowFullScan end")); [all …]
|