Searched refs:pMeth (Results 1 – 1 of 1) sorted by relevance
230554 const sqlite3_io_methods *pMeth = p->pReal->pMethods; local230557 if( pMeth->iVersion>1 && pMeth->xShmUnmap ){230558 pMeth->xShmUnmap(p->pReal, 0);231091 const sqlite3_io_methods *pMeth = pFd->pReal->pMethods; local231095 if( pMeth->iVersion<2 || pMeth->xShmLock==0 ){