Searched defs:sqlite3rbu (Results 1 – 2 of 2) sorted by relevance
378 struct sqlite3rbu { struct380 sqlite3 *dbMain; /* target database handle */381 sqlite3 *dbRbu; /* rbu database handle */382 char *zTarget; /* Path to target db */383 char *zRbu; /* Path to rbu db */394 i64 iOalSz;395 i64 nPhaseOneStep;396 void *pRenameArg;397 int (*xRename)(void*, const char*, const char*);423 ** sqlite3rbu_create_vfs(). It is used to track the total amount of temp argument[all …]
276 typedef struct sqlite3rbu sqlite3rbu; typedef