Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3VMPrintf

10744 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
18199 z = sqlite3VMPrintf(db, zFormat, ap);
19084 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){
19108 z = sqlite3VMPrintf(db, zFormat, ap);
19125 z = sqlite3VMPrintf(db, zFormat, ap);
20083 z = sqlite3VMPrintf(db, zFormat, ap);
20114 zMsg = sqlite3VMPrintf(db, zFormat, ap);
56094 *pz = sqlite3VMPrintf(p->db, zFormat, ap);
56108 *pz = sqlite3VMPrintf(p->db, zFormat, ap);
75096 zSql = sqlite3VMPrintf(db, zFormat, ap);