Searched defs:BtFile (Results 1 – 1 of 1) sorted by relevance
14 typedef struct BtFile BtFile; typedef25 struct BtFile { struct26 BtDb *pBt; /* Database handle that opened this file */27 bt_env *pVfs; /* Underlying VFS */28 bt_file *pFile; /* File handle belonging to underlying VFS */29 int nSectorSize; /* Size of sectors in bytes */30 int nSector; /* Allocated size of nSector array */31 u8 **apSector; /* Original sector data */