Searched refs:rbu_file (Results 1 – 1 of 1) sorted by relevance
226113 typedef struct rbu_file rbu_file; typedef226333 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 { struct226400 rbu_file *pWalFd; /* Wal file descriptor for this main db */ argument226401 rbu_file *pMainNext; /* Next MAIN_DB file */ argument226402 rbu_file *pMainRbuNext; /* Next MAIN_DB file with pRbu!=0 */ argument229483 rbu_file *pFd = (rbuIsVacuum(p) ? p->pRbuFd : p->pTargetFd);[all …]