Lines Matching refs:testErrorsSize
90 static int testErrorsSize = 0; variable
102 testErrorsSize = 0; testErrors[0] = 0; in test_log()
115 if (testErrorsSize >= 32768) in testErrorHandler()
117 res = snprintf(&testErrors[testErrorsSize], in testErrorHandler()
118 32768 - testErrorsSize, in testErrorHandler()
125 if (testErrorsSize + res >= 32768) { in testErrorHandler()
127 testErrorsSize = 32768; in testErrorHandler()
128 testErrors[testErrorsSize] = 0; in testErrorHandler()
130 testErrorsSize += res; in testErrorHandler()
132 testErrors[testErrorsSize] = 0; in testErrorHandler()
299 testErrorsSize = 0; testErrors[0] = 0; in xmlconfTestItem()
374 testErrorsSize = 0; testErrors[0] = 0; in xmlconfTestItem()