Searched refs:testErrorsSize (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/ |
D | runxmlconf.c | 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() [all …]
|
D | testrecurse.c | 311 static int testErrorsSize = 0; variable 318 if (testErrorsSize >= 32768) in channel() 321 res = vsnprintf(&testErrors[testErrorsSize], in channel() 322 32768 - testErrorsSize, in channel() 325 if (testErrorsSize + res >= 32768) { in channel() 327 testErrorsSize = 32768; in channel() 328 testErrors[testErrorsSize] = 0; in channel() 330 testErrorsSize += res; in channel() 332 testErrors[testErrorsSize] = 0; in channel() 857 testErrorsSize = 0; in launchTests() [all …]
|
D | runsuite.c | 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() [all …]
|
D | runtest.c | 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() [all …]
|
D | testlimits.c | 403 static int testErrorsSize = 0; variable 410 if (testErrorsSize >= 32768) in channel() 413 res = vsnprintf(&testErrors[testErrorsSize], in channel() 414 32768 - testErrorsSize, in channel() 417 if (testErrorsSize + res >= 32768) { in channel() 419 testErrorsSize = 32768; in channel() 420 testErrors[testErrorsSize] = 0; in channel() 422 testErrorsSize += res; in channel() 424 testErrors[testErrorsSize] = 0; in channel()
|