Lines Matching refs:recover_g
18993 static RecoverGlobal recover_g; variable
21029 pFd->pMethods = recover_g.pMethods; in recoverVfsRead()
21081 sqlite3_recover *p = recover_g.p; in recoverVfsRead()
21143 pFd->pMethods = recover_g.pMethods; \
21223 pFd->pMethods = recover_g.pMethods; in recoverVfsShmBarrier()
21262 assert( recover_g.pMethods==0 ); in recoverInstallWrapper()
21268 recover_g.pMethods = pFd->pMethods; in recoverInstallWrapper()
21269 recover_g.p = p; in recoverInstallWrapper()
21285 pFd->pMethods = recover_g.pMethods; in recoverUninstallWrapper()
21286 recover_g.pMethods = 0; in recoverUninstallWrapper()
21287 recover_g.p = 0; in recoverUninstallWrapper()