Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb2.cc17 KcDb *pKcDb; in test_kc_open() local
40 free(pKcDb); in test_kc_open()
41 pKcDb = 0; in test_kc_open()
51 if( pKcDb->pVal ){ in test_kc_close()
54 pKcDb->db->close(); in test_kc_close()
55 delete pKcDb->db; in test_kc_close()
56 free(pKcDb); in test_kc_close()
130 if( pKcDb->pVal ){ in test_kc_fetch()
132 pKcDb->pVal = 0; in test_kc_fetch()
135 pKcDb->pVal = pKcDb->db->get((const char *)pKey, nKey, &nVal); in test_kc_fetch()
[all …]