Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite3VMPrintf

10980 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
18449 z = sqlite3VMPrintf(db, zFormat, ap);
19338 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){
19362 z = sqlite3VMPrintf(db, zFormat, ap);
19379 z = sqlite3VMPrintf(db, zFormat, ap);
20344 z = sqlite3VMPrintf(db, zFormat, ap);
20375 zMsg = sqlite3VMPrintf(db, zFormat, ap);
57911 *pz = sqlite3VMPrintf(p->db, zFormat, ap);
57925 *pz = sqlite3VMPrintf(p->db, zFormat, ap);
77081 zSql = sqlite3VMPrintf(db, zFormat, ap);