Searched refs:sqlite3VdbeNoopComment (Results 1 – 2 of 2) sorted by relevance
307 void sqlite3VdbeNoopComment(Vdbe*, const char*, ...);308 # define VdbeNoopComment(X) sqlite3VdbeNoopComment X310 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X
1506 void sqlite3VdbeNoopComment(Vdbe *p, const char *zFormat, ...){ in sqlite3VdbeNoopComment() function