Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c9237 pFile->pMethods = 0; in apndOpen()
9255 pFile->pMethods = 0; in apndOpen()
18777 pFd->pMethods = recover_g.pMethods; in recoverVfsRead()
18891 pFd->pMethods = recover_g.pMethods; \
18944 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND) in recoverVfsFileControl()
18971 pFd->pMethods = recover_g.pMethods; in recoverVfsShmBarrier()
19014 if( pFd && pFd->pMethods ){ in recoverInstallWrapper()
19015 int iVersion = 1 + (pFd->pMethods->iVersion>1 && pFd->pMethods->xShmMap!=0); in recoverInstallWrapper()
19016 recover_g.pMethods = pFd->pMethods; in recoverInstallWrapper()
19033 pFd->pMethods = recover_g.pMethods; in recoverUninstallWrapper()
[all …]
H A Dsqlite3.h732 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member
H A Dsqlite3.c26120 if( pId->pMethods ){ in sqlite3OsClose()
26121 pId->pMethods->xClose(pId); in sqlite3OsClose()
26122 pId->pMethods = 0; in sqlite3OsClose()
26195 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()
26211 id->pMethods->xShmBarrier(id); in sqlite3OsShmBarrier()
44084 return aMap[i].pMethods;
64630 const sqlite3_io_methods *pMethods = pPager->fd->pMethods;
64632 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
73348 if( pFile->pMethods ){
82739 if( pFd->pMethods ){
[all …]