Home
last modified time | relevance | path

Searched refs:sqlite3VMPrintf (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dvacuum.c67 z = sqlite3VMPrintf(db, zSql, ap); in execSqlF()
H A Dprintf.c1210 char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){ in sqlite3VMPrintf() function
1234 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3MPrintf()
H A Dutil.c172 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3ErrorWithMsg()
196 zMsg = sqlite3VMPrintf(db, zFormat, ap); in sqlite3ErrorMsg()
H A Dvdbeaux.c63 p->zErrMsg = sqlite3VMPrintf(p->db, zFormat, ap); in sqlite3VdbeError()
454 zMsg = sqlite3VMPrintf(pParse->db, zFmt, ap); in sqlite3VdbeExplain()
1495 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap); in vdbeVComment()
H A DsqliteInt.h4504 char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
H A Dbuild.c312 zSql = sqlite3VMPrintf(db, zFormat, ap); in sqlite3NestedParse()