Searched refs:pDb1 (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest6.c | 578 lsm_db *pDb1; in simple_oom2_1() local 587 testOomOpen(pOom, LSMTEST6_TESTDB, &pDb1, &rc); in simple_oom2_1() 590 testOomWriteData(pOom, pDb1, pData, i, &rc); in simple_oom2_1() 597 testOomWriteData(pOom, pDb1, pData, i, &rc); in simple_oom2_1() 612 lsm_close(pDb1); in simple_oom2_1()
|
| H A D | lsmtest_main.c | 263 TestDb *pDb1, /* Control (trusted) database */ in testScanCompare() argument 280 res1.pDb = pDb1; in testScanCompare() 289 tdb_scan(pDb1, pRes1, bReverse, pKey1, nKey1, pKey2, nKey2, scanCompareCb); in testScanCompare()
|