Searched refs:recover_g (Results 1 – 1 of 1) sorted by relevance
16743 static RecoverGlobal recover_g; variable18777 pFd->pMethods = recover_g.pMethods; in recoverVfsRead()18829 sqlite3_recover *p = recover_g.p; in recoverVfsRead()18891 pFd->pMethods = recover_g.pMethods; \18971 pFd->pMethods = recover_g.pMethods; in recoverVfsShmBarrier()19010 assert( recover_g.pMethods==0 ); in recoverInstallWrapper()19016 recover_g.pMethods = pFd->pMethods; in recoverInstallWrapper()19017 recover_g.p = p; in recoverInstallWrapper()19033 pFd->pMethods = recover_g.pMethods; in recoverUninstallWrapper()19034 recover_g.pMethods = 0; in recoverUninstallWrapper()[all …]