Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3VMPrintf

12453 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
20495 z = sqlite3VMPrintf(db, zFormat, ap);
21405 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){
21429 z = sqlite3VMPrintf(db, zFormat, ap);
21446 z = sqlite3VMPrintf(db, zFormat, ap);
22379 z = sqlite3VMPrintf(db, zFormat, ap);
22409 zMsg = sqlite3VMPrintf(db, zFormat, ap);
63093 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap);
86370 zSql = sqlite3VMPrintf(db, zFormat, ap);