Searched refs:pMethods (Results 1 – 3 of 3) sorted by relevance
3916 return pFile->pMethods->xClose(pFile); in apndClose()3954 if( SQLITE_OK==(rc = pFile->pMethods->xWrite in apndWriteMark()3999 return pFile->pMethods->xSync(pFile, flags); in apndSync()4017 return pFile->pMethods->xLock(pFile, eLock); in apndLock()4056 return pFile->pMethods->xSectorSize(pFile); in apndSectorSize()4088 pFile->pMethods->xShmBarrier(pFile); in apndShmBarrier()4214 pFile->pMethods = &apnd_io_methods; in apndOpen()4221 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen()4225 pFile->pMethods = 0; in apndOpen()4241 pBaseFile->pMethods->xClose(pBaseFile); in apndOpen()[all …]
724 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */ member
23998 if( pId->pMethods ){23999 pId->pMethods->xClose(pId);24000 pId->pMethods = 0;24071 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg);24087 id->pMethods->xShmBarrier(id);60101 const sqlite3_io_methods *pMethods = pPager->fd->pMethods;60103 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);68213 if( pFile->pMethods ){77184 if( pFd->pMethods ){204934 if( fd->pMethods ){[all …]