Home
last modified time | relevance | path

Searched refs:rbu_file (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c226113 typedef struct rbu_file rbu_file; typedef
226333 rbu_file *pTargetFd; /* File handle open on target db */
226356 rbu_file *pRbuFd; /* Fd for main db of dbRbu */
226372 rbu_file *pMain; /* List of main db files */
226373 rbu_file *pMainRbu; /* List of main db files with pRbu!=0 */
226383 struct rbu_file { struct
226400 rbu_file *pWalFd; /* Wal file descriptor for this main db */ argument
226401 rbu_file *pMainNext; /* Next MAIN_DB file */ argument
226402 rbu_file *pMainRbuNext; /* Next MAIN_DB file with pRbu!=0 */ argument
229483 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd);
[all …]