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

Public Attributes | |
| sqlite3_io_methods const * | pMethod |
| sqlite3_vfs * | pVfs |
| unixInodeInfo * | pInode |
| int | h |
| unsigned char | eFileLock |
| unsigned short int | ctrlFlags |
| int | lastErrno |
| void * | lockingContext |
| UnixUnusedFd * | pPreallocatedUnused |
| const char * | zPath |
| unixShm * | pShm |
| int | szChunk |
| int | sectorSize |
| int | deviceCharacteristics |
| unsigned short int unixFile::ctrlFlags |
Definition at line 33483 of file sqlite3.c.
Referenced by closeUnixFile(), fillInUnixFile(), setDeviceCharacteristics(), unixFileLock(), unixModeBit(), unixSync(), and verifyDbFile().
| int unixFile::deviceCharacteristics |
Definition at line 33498 of file sqlite3.c.
Referenced by setDeviceCharacteristics(), and unixDeviceCharacteristics().
| unsigned char unixFile::eFileLock |
Definition at line 33482 of file sqlite3.c.
Referenced by dotlockLock(), dotlockUnlock(), posixUnlock(), unixCheckReservedLock(), and unixLock().
| int unixFile::h |
Definition at line 33481 of file sqlite3.c.
Referenced by closeUnixFile(), dotlockCheckReservedLock(), dotlockUnlock(), fcntlSizeHint(), fillInUnixFile(), findInodeInfo(), posixUnlock(), seekAndRead(), seekAndWrite(), setDeviceCharacteristics(), unixCheckReservedLock(), unixFileLock(), unixLock(), unixOpenSharedMemory(), unixSync(), and verifyDbFile().
| int unixFile::lastErrno |
Definition at line 33484 of file sqlite3.c.
Referenced by findInodeInfo(), and seekAndWrite().
| void* unixFile::lockingContext |
Definition at line 33485 of file sqlite3.c.
Referenced by dotlockCheckReservedLock(), dotlockLock(), dotlockUnlock(), and fillInUnixFile().
| unixInodeInfo* unixFile::pInode |
Definition at line 33480 of file sqlite3.c.
Referenced by fillInUnixFile(), posixUnlock(), releaseInodeInfo(), unixCheckReservedLock(), unixFileLock(), unixLock(), unixOpenSharedMemory(), unixShmLock(), unixShmMap(), unixShmPurge(), unixShmSystemLock(), and unixShmUnmap().
| sqlite3_io_methods const* unixFile::pMethod |
Definition at line 33478 of file sqlite3.c.
Referenced by fillInUnixFile().
| UnixUnusedFd* unixFile::pPreallocatedUnused |
Definition at line 33486 of file sqlite3.c.
Referenced by closeUnixFile(), unixOpen(), unixRead(), and unixWrite().
| unixShm* unixFile::pShm |
Definition at line 33488 of file sqlite3.c.
Referenced by unixOpenSharedMemory(), unixShmLock(), unixShmMap(), and unixShmUnmap().
| sqlite3_vfs* unixFile::pVfs |
Definition at line 33479 of file sqlite3.c.
Referenced by fillInUnixFile().
| int unixFile::sectorSize |
Definition at line 33497 of file sqlite3.c.
Referenced by setDeviceCharacteristics(), and unixSectorSize().
| int unixFile::szChunk |
Definition at line 33489 of file sqlite3.c.
Referenced by fcntlSizeHint().
| const char* unixFile::zPath |
Definition at line 33487 of file sqlite3.c.
Referenced by closeUnixFile(), fcntlSizeHint(), fillInUnixFile(), robust_close(), unixOpenSharedMemory(), unixSync(), and verifyDbFile().