Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c198 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef
4279 struct unixShmNode { struct
4313 unixShmNode *pShmNode; /* The underlying unixShmNode object */ argument
4339 unixShmNode *pShmNode = pFile->pShm->pShmNode; in unixFcntlExternalReader()
4467 unixShmNode *p = pFd->pInode->pShmNode; in unixShmPurge()
4500 static int unixLockSharedMemory(unixFile *pDbFd, unixShmNode *pShmNode){ in unixLockSharedMemory()
4591 struct unixShmNode *pShmNode; /* The underlying mmapped file */ in unixOpenSharedMemory()
4740 unixShmNode *pShmNode; in unixShmMap()
4874 static int assertLockingArrayOk(unixShmNode *pShmNode){ in assertLockingArrayOk()
4914 unixShmNode *pShmNode; /* The underlying file iNode */ in unixShmLock()
[all …]