• Home
  • Raw
  • Download

Lines Matching refs:testErrorsSize

242 static int testErrorsSize = 0;  variable
249 if (testErrorsSize >= 32768) in testErrorHandler()
252 res = vsnprintf(&testErrors[testErrorsSize], in testErrorHandler()
253 32768 - testErrorsSize, in testErrorHandler()
256 if (testErrorsSize + res >= 32768) { in testErrorHandler()
258 testErrorsSize = 32768; in testErrorHandler()
259 testErrors[testErrorsSize] = 0; in testErrorHandler()
261 testErrorsSize += res; in testErrorHandler()
263 testErrors[testErrorsSize] = 0; in testErrorHandler()
271 if (testErrorsSize >= 32768) in channel()
274 res = vsnprintf(&testErrors[testErrorsSize], in channel()
275 32768 - testErrorsSize, in channel()
278 if (testErrorsSize + res >= 32768) { in channel()
280 testErrorsSize = 32768; in channel()
281 testErrors[testErrorsSize] = 0; in channel()
283 testErrorsSize += res; in channel()
285 testErrors[testErrorsSize] = 0; in channel()
1879 res = compareFileMem(err, testErrors, testErrorsSize); in pushParseTest()
2051 res = compareFileMem(err, testErrors, testErrorsSize); in errParseTest()
2057 if (testErrorsSize != 0) in errParseTest()
2167 ret = compareFileMem(err, testErrors, testErrorsSize); in streamProcessTest()
2548 ret = compareFileMem(err, testErrors, testErrorsSize); in xmlidDocTest()
2669 ret = compareFileMem(err, testErrors, testErrorsSize); in uriCommonTest()
2959 if (compareFileMem(err, testErrors, testErrorsSize)) { in schemasOneTest()
3038 testErrorsSize = 0; in schemasTest()
3135 if (compareFileMem(err, testErrors, testErrorsSize)) { in rngOneTest()
3203 testErrorsSize = 0; in rngTest()
3292 testErrorsSize = 0; in rngStreamTest()
4364 testErrorsSize = 0; in launchTests()
4384 testErrorsSize = 0; in launchTests()
4393 testErrorsSize = 0; in launchTests()