sqlite3VdbeNoopComment 8279 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE   void sqlite3VdbeNoopComment(Vdbe*, const char*, ...);
sqlite3VdbeNoopComment 8280 third_party/sqlite/amalgamation/sqlite3.c # define VdbeNoopComment(X)  sqlite3VdbeNoopComment X
sqlite3VdbeNoopComment  223 third_party/sqlite/src/src/vdbe.h   void sqlite3VdbeNoopComment(Vdbe*, const char*, ...);
sqlite3VdbeNoopComment  224 third_party/sqlite/src/src/vdbe.h # define VdbeNoopComment(X)  sqlite3VdbeNoopComment X