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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c16951 SQLITE_PRIVATE void sqlite3VdbeComment(Vdbe*, const char*, ...);
16952 # define VdbeComment(X) sqlite3VdbeComment X
86004 SQLITE_PRIVATE void sqlite3VdbeComment(Vdbe *p, const char *zFormat, ...){ function
[all...]

Completed in 508 milliseconds