Searched refs:recover_g (Results 1 – 1 of 1) sorted by relevance
271 static RecoverGlobal recover_g; variable2301 pFd->pMethods = recover_g.pMethods; in recoverVfsRead()2352 sqlite3_recover *p = recover_g.p; in recoverVfsRead()2413 pFd->pMethods = recover_g.pMethods; \2493 pFd->pMethods = recover_g.pMethods; in recoverVfsShmBarrier()2526 assert( recover_g.pMethods==0 ); in recoverInstallWrapper()2532 recover_g.pMethods = pFd->pMethods; in recoverInstallWrapper()2533 recover_g.p = p; in recoverInstallWrapper()2549 pFd->pMethods = recover_g.pMethods; in recoverUninstallWrapper()2550 recover_g.pMethods = 0; in recoverUninstallWrapper()[all …]