Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3VMPrintf

11543 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
19331 z = sqlite3VMPrintf(db, zFormat, ap);
20161 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){
20185 z = sqlite3VMPrintf(db, zFormat, ap);
20202 z = sqlite3VMPrintf(db, zFormat, ap);
21169 z = sqlite3VMPrintf(db, zFormat, ap);
21200 zMsg = sqlite3VMPrintf(db, zFormat, ap);
60326 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap);
81472 zSql = sqlite3VMPrintf(db, zFormat, ap);