Home
last modified time | relevance | path

Searched defs:pShmNode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40060 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member
43212 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member
43238 unixShmNode *pShmNode = pFile->pShm->pShmNode; in unixFcntlExternalReader() local
43272 unixShmNode *pShmNode; /* Apply locks to this open shared-memory segment */ in unixShmSystemLock() local
43412 static int unixLockSharedMemory(unixFile *pDbFd, unixShmNode *pShmNode){ in unixLockSharedMemory()
43516 struct unixShmNode *pShmNode; /* The underlying mmapped file */ in unixOpenSharedMemory() local
43677 unixShmNode *pShmNode; in unixShmMap() local
43811 static int assertLockingArrayOk(unixShmNode *pShmNode){ in assertLockingArrayOk()
43854 unixShmNode *pShmNode; /* The underlying file iNode */ in unixShmLock() local
44070 unixShmNode *pShmNode; /* The underlying shared-memory file */ in unixShmUnmap() local
[all …]