Home
last modified time | relevance | path

Searched refs:pVfsCtx (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c78 BtDb *pBt = (BtDb*)pVfs->pVfsCtx; in btVfsFullpath()
90 BtDb *pBt = (BtDb*)pVfs->pVfsCtx; in btVfsOpen()
293 BtDb *pBt = (BtDb*)pVfs->pVfsCtx; in btVfsUnlink()
723 p->env.pVfsCtx = (void*)p; in test_bt_open()
H A Dlsmtest_tdb3.c167 LsmDb *pDb = (LsmDb *)pEnv->pVfsCtx; in testEnvOpen()
984 pDb->env.pVfsCtx = (void *)pDb; in testLsmOpen()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h53 void *pVfsCtx; member