Searched refs:pMeth (Results 1 – 1 of 1) sorted by relevance
230948 const sqlite3_io_methods *pMeth = p->pReal->pMethods; local230951 if( pMeth->iVersion>1 && pMeth->xShmUnmap ){230952 pMeth->xShmUnmap(p->pReal, 0);231485 const sqlite3_io_methods *pMeth = pFd->pReal->pMethods; local231489 if( pMeth->iVersion<2 || pMeth->xShmLock==0 ){