Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21846 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
33719 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){ in sqlite3VMPrintf() function
33743 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3MPrintf()
36560 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3ErrorWithMsg()
36608 zMsg = sqlite3VMPrintf(db, zFormat, ap); in sqlite3ErrorMsg()
87785 p->zErrMsg = sqlite3VMPrintf(p->db, zFormat, ap);
88252 zMsg = sqlite3VMPrintf(pParse->db, zFmt, ap);
89373 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap);
121416 zErr = sqlite3VMPrintf(db, zFmt, ap);
126629 zSql = sqlite3VMPrintf(db, zFormat, ap);
[all …]