Searched refs:xTestLock (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm.h | 66 int (*xTestLock)(lsm_file*, int, int, int); member
|
| H A D | lsm_file.c | 437 return pEnv->xTestLock(pFile, iLock, nLock, eLock); in lsmEnvTestLock()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb4.c | 307 return p->pVfs->xTestLock(p->pFile, iLock, nLock, eType); in btVfsTestLock() 735 p->env.xTestLock = btVfsTestLock; in test_bt_open()
|
| H A D | lsmtest_tdb3.c | 363 return pRealEnv->xTestLock(p->pReal, iLock, nLock, eType); in testEnvTestLock() 997 pDb->env.xTestLock = testEnvTestLock; in testLsmOpen()
|