Home
last modified time | relevance | path

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

/dports/databases/sqlite3/sqlite-src-3350500/ext/rbu/
H A Dsqlite3rbu.h276 typedef struct sqlite3rbu sqlite3rbu; typedef
H A Dsqlite3rbu.c371 struct sqlite3rbu { struct
372 int eStage; /* Value of RBU_STATE_STAGE field */
373 sqlite3 *dbMain; /* target database handle */
374 sqlite3 *dbRbu; /* rbu database handle */
375 char *zTarget; /* Path to target db */
376 char *zRbu; /* Path to rbu db */
385 rbu_file *pTargetFd; /* File handle open on target db */
387 i64 iOalSz;
388 i64 nPhaseOneStep;
414 ** sqlite3rbu_create_vfs(). It is used to track the total amount of temp argument
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rbu/
H A Dsqlite3rbu.h276 typedef struct sqlite3rbu sqlite3rbu; typedef
H A Dsqlite3rbu.c344 struct sqlite3rbu { struct
348 char *zTarget; /* Path to target db */
349 char *zRbu; /* Path to rbu db */
360 i64 iOalSz;
361 i64 nPhaseOneStep;
367 u32 mLock;
370 RbuFrame *aFrame;
371 int pgsz;
372 u8 *aBuf;
373 i64 iWalCksum;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rbu/
H A Dsqlite3rbu.h276 typedef struct sqlite3rbu sqlite3rbu; typedef
H A Dsqlite3rbu.c371 struct sqlite3rbu { struct
372 int eStage; /* Value of RBU_STATE_STAGE field */
373 sqlite3 *dbMain; /* target database handle */
374 sqlite3 *dbRbu; /* rbu database handle */
375 char *zTarget; /* Path to target db */
376 char *zRbu; /* Path to rbu db */
385 rbu_file *pTargetFd; /* File handle open on target db */
387 i64 iOalSz;
388 i64 nPhaseOneStep;
414 ** sqlite3rbu_create_vfs(). It is used to track the total amount of temp argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rbu/
H A Dsqlite3rbu.h276 typedef struct sqlite3rbu sqlite3rbu; typedef
H A Dsqlite3rbu.c371 struct sqlite3rbu { struct
372 int eStage; /* Value of RBU_STATE_STAGE field */
373 sqlite3 *dbMain; /* target database handle */
374 sqlite3 *dbRbu; /* rbu database handle */
375 char *zTarget; /* Path to target db */
376 char *zRbu; /* Path to rbu db */
385 rbu_file *pTargetFd; /* File handle open on target db */
387 i64 iOalSz;
388 i64 nPhaseOneStep;
414 ** sqlite3rbu_create_vfs(). It is used to track the total amount of temp argument
[all …]