Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest.h183 void *testMallocCopy(void *pCopy, int nByte);
H A Dlsmtest1.c461 pKey1 = testMallocCopy(pKey1, nKey1); in doDataTest2()
H A Dlsmtest_main.c398 void *testMallocCopy(void *pCopy, int nByte){ in testMallocCopy() function