Searched refs:sqlite3VdbeComment (Results 1 – 2 of 2) sorted by relevance
305 void sqlite3VdbeComment(Vdbe*, const char*, ...);306 # define VdbeComment(X) sqlite3VdbeComment X
1498 void sqlite3VdbeComment(Vdbe *p, const char *zFormat, ...){ in sqlite3VdbeComment() function