Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40061 unixShmNode *pShmNode; /* Shared memory associated with this inode */ member
43213 unixShmNode *pShmNode; /* The underlying unixShmNode object */ member
43239 unixShmNode *pShmNode = pFile->pShm->pShmNode; in unixFcntlExternalReader() local
43273 unixShmNode *pShmNode; /* Apply locks to this open shared-memory segment */ in unixShmSystemLock() local
43413 static int unixLockSharedMemory(unixFile *pDbFd, unixShmNode *pShmNode){ in unixLockSharedMemory()
43517 struct unixShmNode *pShmNode; /* The underlying mmapped file */ in unixOpenSharedMemory() local
43678 unixShmNode *pShmNode; in unixShmMap() local
43812 static int assertLockingArrayOk(unixShmNode *pShmNode){ in assertLockingArrayOk()
43855 unixShmNode *pShmNode; /* The underlying file iNode */ in unixShmLock() local
44071 unixShmNode *pShmNode; /* The underlying shared-memory file */ in unixShmUnmap() local
[all …]