Home
last modified time | relevance | path

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

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