Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest.h176 char *testMallocVPrintf(const char *zFormat, va_list ap);
H A Dlsmtest2.c153 zTest = testMallocVPrintf(zFmt, ap); in testCaseBegin()
H A Dlsmtest5.c410 pThreadSet->aThread[iThread].zMsg = testMallocVPrintf(zFmt, ap); in testThreadSetResult()
H A Dlsmtest_main.c353 char *testMallocVPrintf(const char *zFormat, va_list ap){ in testMallocVPrintf() function
373 zRet = testMallocVPrintf(zFormat, ap); in testMallocPrintf()