Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
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 33568 of file sqlite3.c.
Referenced by closeUnixFile(), setDeviceCharacteristics(), unixFileLock(), unixModeBit(), unixSync(), and verifyDbFile().
int unixFile::deviceCharacteristics |
Definition at line 33583 of file sqlite3.c.
Referenced by setDeviceCharacteristics(), and unixDeviceCharacteristics().
unsigned char unixFile::eFileLock |
Definition at line 33567 of file sqlite3.c.
Referenced by dotlockLock(), dotlockUnlock(), posixUnlock(), unixCheckReservedLock(), and unixLock().
int unixFile::h |
Definition at line 33566 of file sqlite3.c.
Referenced by closeUnixFile(), dotlockCheckReservedLock(), dotlockUnlock(), fcntlSizeHint(), findInodeInfo(), posixUnlock(), seekAndRead(), seekAndWrite(), setDeviceCharacteristics(), unixCheckReservedLock(), unixFileLock(), unixLock(), unixOpenSharedMemory(), unixSync(), and verifyDbFile().
int unixFile::lastErrno |
Definition at line 33569 of file sqlite3.c.
Referenced by findInodeInfo(), and seekAndWrite().
void* unixFile::lockingContext |
Definition at line 33570 of file sqlite3.c.
Referenced by dotlockCheckReservedLock(), dotlockLock(), and dotlockUnlock().
unixInodeInfo* unixFile::pInode |
Definition at line 33565 of file sqlite3.c.
Referenced by posixUnlock(), releaseInodeInfo(), unixCheckReservedLock(), unixFileLock(), unixLock(), unixOpenSharedMemory(), unixShmLock(), unixShmMap(), unixShmPurge(), unixShmSystemLock(), and unixShmUnmap().
sqlite3_io_methods const* unixFile::pMethod |
UnixUnusedFd* unixFile::pPreallocatedUnused |
Definition at line 33571 of file sqlite3.c.
Referenced by closeUnixFile(), unixOpen(), unixRead(), and unixWrite().
unixShm* unixFile::pShm |
Definition at line 33573 of file sqlite3.c.
Referenced by unixOpenSharedMemory(), unixShmLock(), unixShmMap(), and unixShmUnmap().
sqlite3_vfs* unixFile::pVfs |
int unixFile::sectorSize |
Definition at line 33582 of file sqlite3.c.
Referenced by setDeviceCharacteristics(), and unixSectorSize().
int unixFile::szChunk |
Definition at line 33574 of file sqlite3.c.
Referenced by fcntlSizeHint().
const char* unixFile::zPath |
Definition at line 33572 of file sqlite3.c.
Referenced by closeUnixFile(), fcntlSizeHint(), robust_close(), unixOpenSharedMemory(), unixSync(), and verifyDbFile().