Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c20738 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
32323 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){ in sqlite3VMPrintf() function
32347 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3MPrintf()
35111 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3ErrorWithMsg()
35159 zMsg = sqlite3VMPrintf(db, zFormat, ap); in sqlite3ErrorMsg()
84900 p->zErrMsg = sqlite3VMPrintf(p->db, zFormat, ap);
85369 zMsg = sqlite3VMPrintf(pParse->db, zFmt, ap);
86477 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap);
121677 zSql = sqlite3VMPrintf(db, zFormat, ap);
155043 z = sqlite3VMPrintf(db, zSql, ap);