Public Attributes | List of all members
unixFile Struct Reference

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 unixInodeInfopInode
 
int h
 
int dirfd
 
unsigned char eFileLock
 
unsigned char ctrlFlags
 
void * lockingContext
 
struct UnixUnusedFdpUnused
 

Detailed Description

Definition at line 96 of file tkeyvfs.cc.

Member Data Documentation

i64 unixFile::bufAllocated

Definition at line 103 of file tkeyvfs.cc.

unsigned char unixFile::ctrlFlags

Definition at line 116 of file myvfs.c.

unsigned char unixFile::dbUpdate

Definition at line 117 of file tkeyvfs.cc.

int unixFile::dirfd

Definition at line 114 of file myvfs.c.

int unixFile::eFileLock

Definition at line 105 of file tkeyvfs.cc.

unsigned char unixFile::eFileLock

Definition at line 115 of file myvfs.c.

i64 unixFile::fileSize

Definition at line 104 of file tkeyvfs.cc.

int unixFile::h

Definition at line 113 of file myvfs.c.

unsigned char unixFile::inNormalWrite

Definition at line 118 of file tkeyvfs.cc.

int unixFile::lastErrno

Definition at line 106 of file tkeyvfs.cc.

void* unixFile::lockingContext

Definition at line 118 of file myvfs.c.

char * unixFile::pBuf

Definition at line 102 of file tkeyvfs.cc.

struct unixInodeInfo* unixFile::pInode

Definition at line 112 of file myvfs.c.

sqlite3_io_methods const * unixFile::pMethod

Definition at line 97 of file tkeyvfs.cc.

struct UnixUnusedFd* unixFile::pUnused

Definition at line 119 of file myvfs.c.

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.


The documentation for this struct was generated from the following files: