Searched defs:BtDb (Results 1 – 1 of 1) sorted by relevance
13 typedef struct BtDb BtDb; typedef50 struct BtDb { struct51 TestDb base; /* Base class */52 bt_db *pBt; /* bt database handle */53 sqlite4_env *pEnv; /* SQLite environment (for malloc/free) */54 bt_env *pVfs; /* Underlying VFS */78 BtDb *pBt = (BtDb*)pVfs->pVfsCtx; in btVfsFullpath() argument