![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Public Attributes | |
| struct unixFileId | fileId |
| sqlite3_mutex * | pLockMutex |
| int | nShared |
| int | nLock |
| unsigned char | eFileLock |
| unsigned char | bProcessLock |
| UnixUnusedFd * | pUnused |
| int | nRef |
| unixShmNode * | pShmNode |
| unixInodeInfo * | pNext |
| unixInodeInfo * | pPrev |
| unsigned char unixInodeInfo::bProcessLock |
Definition at line 34623 of file sqlite3.c.
Referenced by unixCheckReservedLock(), unixFileLock(), unixOpenSharedMemory(), unixShmLock(), and unixShmMap().
| unsigned char unixInodeInfo::eFileLock |
Definition at line 34622 of file sqlite3.c.
Referenced by posixUnlock(), unixCheckReservedLock(), and unixLock().
| struct unixFileId unixInodeInfo::fileId |
Definition at line 34588 of file sqlite3.c.
Referenced by findReusableFd().
| int unixInodeInfo::nLock |
Definition at line 34621 of file sqlite3.c.
Referenced by posixUnlock(), unixFileLock(), and unixLock().
| int unixInodeInfo::nRef |
Definition at line 34625 of file sqlite3.c.
Referenced by findInodeInfo(), and releaseInodeInfo().
| int unixInodeInfo::nShared |
Definition at line 34620 of file sqlite3.c.
Referenced by posixUnlock(), and unixLock().
| sqlite3_mutex* unixInodeInfo::pLockMutex |
Definition at line 34619 of file sqlite3.c.
Referenced by findReusableFd(), posixUnlock(), releaseInodeInfo(), unixCheckReservedLock(), unixFileLock(), and unixLock().
| unixInodeInfo* unixInodeInfo::pNext |
Definition at line 34627 of file sqlite3.c.
Referenced by findInodeInfo(), findReusableFd(), and releaseInodeInfo().
| unixInodeInfo* unixInodeInfo::pPrev |
Definition at line 34628 of file sqlite3.c.
Referenced by findInodeInfo(), and releaseInodeInfo().
| unixShmNode* unixInodeInfo::pShmNode |
Definition at line 34626 of file sqlite3.c.
Referenced by releaseInodeInfo(), unixOpenSharedMemory(), unixShmLock(), unixShmPurge(), unixShmSystemLock(), and unixShmUnmap().
| UnixUnusedFd* unixInodeInfo::pUnused |
Definition at line 34624 of file sqlite3.c.
Referenced by findReusableFd().