Lines Matching refs:testErrorsSize
107 static int testErrorsSize = 0; variable
119 testErrorsSize = 0; testErrors[0] = 0; in test_log()
132 if (testErrorsSize >= 32768) in testErrorHandler()
134 res = snprintf(&testErrors[testErrorsSize], in testErrorHandler()
135 32768 - testErrorsSize, in testErrorHandler()
142 if (testErrorsSize + res >= 32768) { in testErrorHandler()
144 testErrorsSize = 32768; in testErrorHandler()
145 testErrors[testErrorsSize] = 0; in testErrorHandler()
147 testErrorsSize += res; in testErrorHandler()
149 testErrors[testErrorsSize] = 0; in testErrorHandler()
305 testErrorsSize = 0; testErrors[0] = 0; in xmlconfTestItem()
380 testErrorsSize = 0; testErrors[0] = 0; in xmlconfTestItem()