Searched defs:sqlite3rbu (Results 1 – 1 of 1) sorted by relevance
226032 typedef struct sqlite3rbu sqlite3rbu; typedef226702 struct sqlite3rbu { struct226703 int eStage; /* Value of RBU_STATE_STAGE field */226704 sqlite3 *dbMain; /* target database handle */226705 sqlite3 *dbRbu; /* rbu database handle */226706 char *zTarget; /* Path to target db */226707 char *zRbu; /* Path to rbu db */226708 char *zState; /* Path to state db (or NULL if zRbu) */226709 char zStateDb[5]; /* Db name for state ("stat" or "main") */226710 int rc; /* Value returned by last rbu_step() call */[all …]