Lines Matching refs:pShm
272 winShm *pShm; /* Instance of shared memory on this file */ member
2670 assert( pFile->pShm==0 ); in winClose()
3928 assert( pDbFd->pShm==0 ); /* Not previously opened */
4000 pDbFd->pShm = p;
4040 p = pDbFd->pShm;
4052 pDbFd->pShm = 0;
4078 winShm *p = pDbFd->pShm; /* The shared memory being locked */
4220 winShm *pShm = pDbFd->pShm; local
4226 if( !pShm ){
4229 pShm = pDbFd->pShm;
4230 assert( pShm!=0 );
4232 pShmNode = pShm->pShmNode;