Home
last modified time | relevance | path

Searched defs:sqlite3rbu (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c226032 typedef struct sqlite3rbu sqlite3rbu; typedef
226702 struct sqlite3rbu { struct
226703 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 …]