Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest6.c244 char *zLog = testMallocPrintf("%s-log", zFile); in testDeleteLsmdb()
245 char *zShm = testMallocPrintf("%s-shm", zFile); in testDeleteLsmdb()
292 char *zLog1 = testMallocPrintf("%s-log", zFrom); in testCopyLsmdb()
293 char *zLog2 = testMallocPrintf("%s-log", zTo); in testCopyLsmdb()
294 char *zShm1 = testMallocPrintf("%s-shm", zFrom); in testCopyLsmdb()
295 char *zShm2 = testMallocPrintf("%s-shm", zTo); in testCopyLsmdb()
318 char *zLog = testMallocPrintf("%s-%s", zFile, zAux); in testSaveDb()
319 char *zFileSave = testMallocPrintf("%s-save", zFile); in testSaveDb()
320 char *zLogSave = testMallocPrintf("%s-%s-save", zFile, zAux); in testSaveDb()
339 char *zLog = testMallocPrintf("%s-%s", zFile, zAux); in testRestoreDb()
[all …]
H A Dlsmtest1.c88 zRet = testMallocPrintf("data.%s.%s.rec=%d.%d.%d", in getName()
491 zRet = testMallocPrintf("data2.%s.%s.rec=%d.%d.%d.%d", in getName2()
630 return testMallocPrintf("data3.%s.%d.%d.%d.%d.(%d..%d)", in getName3()
H A Dlsmtest_datasource.c61 zRet = testMallocPrintf("%s.(%d-%d).(%d-%d)", in testDatasourceName()
H A Dlsmtest9.c113 zRet = testMallocPrintf("data4.%s.%s.%d.%d.%d", in getName4()
H A Dlsmtest3.c146 zRet = testMallocPrintf("rollback.%s", zSystem); in getName()
H A Dlsmtest.h175 char *testMallocPrintf(const char *zFormat, ...);
H A Dlsmtest8.c133 char *zShm = testMallocPrintf("%s-shm", zDb); in getShmHeader()
H A Dlsmtest2.c321 zCfg = testMallocPrintf("%s automerge=7", azConfig[bCompress]); in crash_test1()
H A Dlsmtest_main.c368 char *testMallocPrintf(const char *zFormat, ...){ in testMallocPrintf() function