Searched defs:pszTest1Rets (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTStrCache.cpp210 const char *pszTest1Rets[4096 + 16]; local
212 for (uint32_t i = 1; i < RT_ELEMENTS(pszTest1Rets); i++)
214 RTTESTI_CHECK(pszTest1Rets[i] = RTStrCacheEnterN(hStrCache, szTest, i));
215 RTTESTI_CHECK(strlen(pszTest1Rets[i]) == i);
222 for (uint32_t i = 1; i < RT_ELEMENTS(pszTest1Rets); i++)
226 RTTESTI_CHECK((psz1 = RTStrCacheEnterN(hStrCache, szTest, i)) == pszTest1Rets[i]);
233 for (uint32_t i = 1; i < RT_ELEMENTS(pszTest1Rets); i++)
236 RTTESTI_CHECK(strlen(pszTest1Rets[i]) == i);
237 RTTESTI_CHECK_MSG((cRefs = RTStrCacheRelease(hStrCache, pszTest1Rets[i])) == 0, ("cRefs=%#x i=%#x\n", cRefs, i));

Completed in 45 milliseconds