Lines Matching refs:unixShmNode
39078 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
40060 unixShmNode *pShmNode; /* Shared memory associated with this inode */
43177 struct unixShmNode { struct
43212 unixShmNode *pShmNode; /* The underlying unixShmNode object */ argument
43238 unixShmNode *pShmNode = pFile->pShm->pShmNode; in unixFcntlExternalReader()
43272 unixShmNode *pShmNode; /* Apply locks to this open shared-memory segment */ in unixShmSystemLock()
43374 unixShmNode *p = pFd->pInode->pShmNode; in unixShmPurge()
43412 static int unixLockSharedMemory(unixFile *pDbFd, unixShmNode *pShmNode){ in unixLockSharedMemory()
43516 struct unixShmNode *pShmNode; /* The underlying mmapped file */ in unixOpenSharedMemory()
43677 unixShmNode *pShmNode; in unixShmMap()
43811 static int assertLockingArrayOk(unixShmNode *pShmNode){ in assertLockingArrayOk()
43854 unixShmNode *pShmNode; /* The underlying file iNode */ in unixShmLock()
44070 unixShmNode *pShmNode; /* The underlying shared-memory file */ in unixShmUnmap()