Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest6.c293 char *zLog2 = testMallocPrintf("%s-log", zTo); in testCopyLsmdb() local
298 unlink(zLog2); in testCopyLsmdb()
301 copy_file(zLog1, zLog2, 0); in testCopyLsmdb()
304 testFree(zLog1); testFree(zLog2); testFree(zShm1); testFree(zShm2); in testCopyLsmdb()