Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.h307 void sqlite3VdbeNoopComment(Vdbe*, const char*, ...);
308 # define VdbeNoopComment(X) sqlite3VdbeNoopComment X
310 # define VdbeModuleComment(X) sqlite3VdbeNoopComment X
H A Dvdbeaux.c1506 void sqlite3VdbeNoopComment(Vdbe *p, const char *zFormat, ...){ in sqlite3VdbeNoopComment() function