Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c230554 const sqlite3_io_methods *pMeth = p->pReal->pMethods; local
230557 if( pMeth->iVersion>1 && pMeth->xShmUnmap ){
230558 pMeth->xShmUnmap(p->pReal, 0);
231091 const sqlite3_io_methods *pMeth = pFd->pReal->pMethods; local
231095 if( pMeth->iVersion<2 || pMeth->xShmLock==0 ){