Lines Matching refs:testErrorsSize
164 static int testErrorsSize = 0; variable
174 testErrorsSize = 0; testErrors[0] = 0; in test_log()
188 if (testErrorsSize >= 32768) in testErrorHandler()
191 res = vsnprintf(&testErrors[testErrorsSize], in testErrorHandler()
192 32768 - testErrorsSize, in testErrorHandler()
195 if (testErrorsSize + res >= 32768) { in testErrorHandler()
197 testErrorsSize = 32768; in testErrorHandler()
198 testErrors[testErrorsSize] = 0; in testErrorHandler()
200 testErrorsSize += res; in testErrorHandler()
202 testErrors[testErrorsSize] = 0; in testErrorHandler()
430 testErrorsSize = 0; testErrors[0] = 0; in xsdTestCase()
786 testErrorsSize = 0; testErrors[0] = 0; in xstcTestInstance()
884 testErrorsSize = 0; testErrors[0] = 0; in xstcTestGroup()