Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest8.c85 void testReadFile(const char *zFile, int iOff, void *pOut, int nByte, int *pRc){ in testReadFile() function
137 testReadFile(zShm, 0, (void *)pHdr, sizeof(ShmHeader), &rc); in getShmHeader()
257 testReadFile("testdb.lsm-shm", 0, (void *)pHdr1, sizeof(ShmHeader), &rc); in doWriterCrash2()
266 testReadFile("testdb.lsm-shm", 0, (void *)pHdr2, sizeof(ShmHeader), &rc); in doWriterCrash2()