Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c39078 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()
[all …]