Lines Matching refs:testErrorsSize
311 static int testErrorsSize = 0; variable
318 if (testErrorsSize >= 32768) in channel()
321 res = vsnprintf(&testErrors[testErrorsSize], in channel()
322 32768 - testErrorsSize, in channel()
325 if (testErrorsSize + res >= 32768) { in channel()
327 testErrorsSize = 32768; in channel()
328 testErrors[testErrorsSize] = 0; in channel()
330 testErrorsSize += res; in channel()
332 testErrors[testErrorsSize] = 0; in channel()
857 testErrorsSize = 0; in launchTests()
877 testErrorsSize = 0; in launchTests()
886 testErrorsSize = 0; in launchTests()