sqlite3VdbeComment 8277 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE   void sqlite3VdbeComment(Vdbe*, const char*, ...);
sqlite3VdbeComment 8278 third_party/sqlite/amalgamation/sqlite3.c # define VdbeComment(X)  sqlite3VdbeComment X
sqlite3VdbeComment  221 third_party/sqlite/src/src/vdbe.h   void sqlite3VdbeComment(Vdbe*, const char*, ...);
sqlite3VdbeComment  222 third_party/sqlite/src/src/vdbe.h # define VdbeComment(X)  sqlite3VdbeComment X