Lines Matching refs:nRef
907 int nRef; /* Number of references to this one */ member
989 pCandidate->nRef++; in vxworksFindFileId()
996 pNew->nRef = 1; in vxworksFindFileId()
1010 assert( pId->nRef>0 ); in vxworksReleaseFileId()
1011 pId->nRef--; in vxworksReleaseFileId()
1012 if( pId->nRef==0 ){ in vxworksReleaseFileId()
1169 int nRef; /* Number of pointers to this structure */ member
1329 pInode->nRef--; in releaseInodeInfo()
1330 if( pInode->nRef==0 ){ in releaseInodeInfo()
1437 pInode->nRef = 1; in findInodeInfo()
1444 pInode->nRef++; in findInodeInfo()
4289 int nRef; /* Number of unixShm objects pointing to this */ member
4379 assert( pShmNode->nRef==0 || sqlite3_mutex_held(pShmNode->pShmMutex) ); in unixShmSystemLock()
4380 assert( pShmNode->nRef>0 || unixMutexHeld() ); in unixShmSystemLock()
4469 if( p && ALWAYS(p->nRef==0) ){ in unixShmPurge()
4687 pShmNode->nRef++; in unixOpenSharedMemory()
5095 assert( pShmNode->nRef>0 ); in unixShmUnmap()
5096 pShmNode->nRef--; in unixShmUnmap()
5097 if( pShmNode->nRef==0 ){ in unixShmUnmap()