Lines Matching refs:testErrorsSize
140 static int testErrorsSize = 0; variable
150 testErrorsSize = 0; testErrors[0] = 0; in test_log()
164 if (testErrorsSize >= 32768) in testErrorHandler()
167 res = vsnprintf(&testErrors[testErrorsSize], in testErrorHandler()
168 32768 - testErrorsSize, in testErrorHandler()
171 if (testErrorsSize + res >= 32768) { in testErrorHandler()
173 testErrorsSize = 32768; in testErrorHandler()
174 testErrors[testErrorsSize] = 0; in testErrorHandler()
176 testErrorsSize += res; in testErrorHandler()
178 testErrors[testErrorsSize] = 0; in testErrorHandler()
407 testErrorsSize = 0; testErrors[0] = 0; in xsdTestCase()
753 testErrorsSize = 0; testErrors[0] = 0; in xstcTestInstance()
848 testErrorsSize = 0; testErrors[0] = 0; in xstcTestGroup()