Home
last modified time | relevance | path

Searched refs:xTestLock (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h66 int (*xTestLock)(lsm_file*, int, int, int); member
H A Dlsm_file.c437 return pEnv->xTestLock(pFile, iLock, nLock, eLock); in lsmEnvTestLock()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c307 return p->pVfs->xTestLock(p->pFile, iLock, nLock, eType); in btVfsTestLock()
735 p->env.xTestLock = btVfsTestLock; in test_bt_open()
H A Dlsmtest_tdb3.c363 return pRealEnv->xTestLock(p->pReal, iLock, nLock, eType); in testEnvTestLock()
997 pDb->env.xTestLock = testEnvTestLock; in testLsmOpen()