Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21868 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
33749 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){ in sqlite3VMPrintf() function
33773 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3MPrintf()
36590 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3ErrorWithMsg()
36638 zMsg = sqlite3VMPrintf(db, zFormat, ap); in sqlite3ErrorMsg()
87937 p->zErrMsg = sqlite3VMPrintf(p->db, zFormat, ap);
88404 zMsg = sqlite3VMPrintf(pParse->db, zFmt, ap);
89525 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap);
121612 zErr = sqlite3VMPrintf(db, zFmt, ap);
126837 zSql = sqlite3VMPrintf(db, zFormat, ap);
[all …]