Home
last modified time | relevance | path

Searched defs:BtFile (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c14 typedef struct BtFile BtFile; typedef
25 struct BtFile { struct
26 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 */