Home
last modified time | relevance | path

Searched refs:sqlite3VdbeComment (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.h305 void sqlite3VdbeComment(Vdbe*, const char*, ...);
306 # define VdbeComment(X) sqlite3VdbeComment X
H A Dvdbeaux.c1498 void sqlite3VdbeComment(Vdbe *p, const char *zFormat, ...){ in sqlite3VdbeComment() function