Searched refs:testMallocVPrintf (Results 1 – 4 of 4) sorted by relevance
176 char *testMallocVPrintf(const char *zFormat, va_list ap);
153 zTest = testMallocVPrintf(zFmt, ap); in testCaseBegin()
410 pThreadSet->aThread[iThread].zMsg = testMallocVPrintf(zFmt, ap); in testThreadSetResult()
353 char *testMallocVPrintf(const char *zFormat, va_list ap){ in testMallocVPrintf() function373 zRet = testMallocVPrintf(zFormat, ap); in testMallocPrintf()