Public Attributes | |
| sqlite3_io_methods const * | pMethod |
| TFile * | rootFile |
| int | saveToRootFile |
| char * | pBuf |
| i64 | bufAllocated |
| i64 | fileSize |
| int | eFileLock |
| int | lastErrno |
| const char * | zPath |
| int | szChunk |
| unsigned char | transCntrChng |
| unsigned char | dbUpdate |
| unsigned char | inNormalWrite |
| struct unixInodeInfo * | pInode |
| int | h |
| int | dirfd |
| unsigned char | eFileLock |
| unsigned char | ctrlFlags |
| void * | lockingContext |
| struct UnixUnusedFd * | pUnused |
Definition at line 96 of file tkeyvfs.cc.
| i64 unixFile::bufAllocated |
Definition at line 103 of file tkeyvfs.cc.
| unsigned char unixFile::dbUpdate |
Definition at line 117 of file tkeyvfs.cc.
| int unixFile::eFileLock |
Definition at line 105 of file tkeyvfs.cc.
| i64 unixFile::fileSize |
Definition at line 104 of file tkeyvfs.cc.
| unsigned char unixFile::inNormalWrite |
Definition at line 118 of file tkeyvfs.cc.
| int unixFile::lastErrno |
Definition at line 106 of file tkeyvfs.cc.
| char * unixFile::pBuf |
Definition at line 102 of file tkeyvfs.cc.
| struct unixInodeInfo* unixFile::pInode |
| sqlite3_io_methods const * unixFile::pMethod |
Definition at line 97 of file tkeyvfs.cc.
| struct UnixUnusedFd* unixFile::pUnused |
| TFile * unixFile::rootFile |
Definition at line 99 of file tkeyvfs.cc.
| int unixFile::saveToRootFile |
Definition at line 100 of file tkeyvfs.cc.
| int unixFile::szChunk |
Definition at line 108 of file tkeyvfs.cc.
| unsigned char unixFile::transCntrChng |
Definition at line 116 of file tkeyvfs.cc.
| const char * unixFile::zPath |
Definition at line 107 of file tkeyvfs.cc.
1.8.11