Searched refs:testErrorsSize (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Drunxmlconf.c117 static int testErrorsSize = 0; variable
129 testErrorsSize = 0; testErrors[0] = 0;
142 if (testErrorsSize >= 32768)
144 res = snprintf(&testErrors[testErrorsSize],
145 32768 - testErrorsSize,
152 if (testErrorsSize + res >= 32768) {
154 testErrorsSize = 32768;
155 testErrors[testErrorsSize] = 0;
157 testErrorsSize += res;
159 testErrors[testErrorsSize]
[all...]
H A Dtestrecurse.c315 static int testErrorsSize = 0; variable
322 if (testErrorsSize >= 32768)
325 res = vsnprintf(&testErrors[testErrorsSize],
326 32768 - testErrorsSize,
329 if (testErrorsSize + res >= 32768) {
331 testErrorsSize = 32768;
332 testErrors[testErrorsSize] = 0;
334 testErrorsSize += res;
336 testErrors[testErrorsSize] = 0;
865 testErrorsSize
[all...]
H A Drunsuite.c176 static int testErrorsSize = 0; variable
186 testErrorsSize = 0; testErrors[0] = 0;
200 if (testErrorsSize >= 32768)
203 res = vsnprintf(&testErrors[testErrorsSize],
204 32768 - testErrorsSize,
207 if (testErrorsSize + res >= 32768) {
209 testErrorsSize = 32768;
210 testErrors[testErrorsSize] = 0;
212 testErrorsSize += res;
214 testErrors[testErrorsSize]
[all...]
H A Druntest.c246 static int testErrorsSize = 0; variable
253 if (testErrorsSize >= 32768)
256 res = vsnprintf(&testErrors[testErrorsSize],
257 32768 - testErrorsSize,
260 if (testErrorsSize + res >= 32768) {
262 testErrorsSize = 32768;
263 testErrors[testErrorsSize] = 0;
265 testErrorsSize += res;
267 testErrors[testErrorsSize] = 0;
275 if (testErrorsSize >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Drunxmlconf.c117 static int testErrorsSize = 0; variable
129 testErrorsSize = 0; testErrors[0] = 0;
142 if (testErrorsSize >= 32768)
144 res = snprintf(&testErrors[testErrorsSize],
145 32768 - testErrorsSize,
152 if (testErrorsSize + res >= 32768) {
154 testErrorsSize = 32768;
155 testErrors[testErrorsSize] = 0;
157 testErrorsSize += res;
159 testErrors[testErrorsSize]
[all...]
H A Dtestrecurse.c315 static int testErrorsSize = 0; variable
322 if (testErrorsSize >= 32768)
325 res = vsnprintf(&testErrors[testErrorsSize],
326 32768 - testErrorsSize,
329 if (testErrorsSize + res >= 32768) {
331 testErrorsSize = 32768;
332 testErrors[testErrorsSize] = 0;
334 testErrorsSize += res;
336 testErrors[testErrorsSize] = 0;
865 testErrorsSize
[all...]
H A Drunsuite.c176 static int testErrorsSize = 0; variable
186 testErrorsSize = 0; testErrors[0] = 0;
200 if (testErrorsSize >= 32768)
203 res = vsnprintf(&testErrors[testErrorsSize],
204 32768 - testErrorsSize,
207 if (testErrorsSize + res >= 32768) {
209 testErrorsSize = 32768;
210 testErrors[testErrorsSize] = 0;
212 testErrorsSize += res;
214 testErrors[testErrorsSize]
[all...]
H A Druntest.c246 static int testErrorsSize = 0; variable
253 if (testErrorsSize >= 32768)
256 res = vsnprintf(&testErrors[testErrorsSize],
257 32768 - testErrorsSize,
260 if (testErrorsSize + res >= 32768) {
262 testErrorsSize = 32768;
263 testErrors[testErrorsSize] = 0;
265 testErrorsSize += res;
267 testErrors[testErrorsSize] = 0;
275 if (testErrorsSize >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Drunxmlconf.c117 static int testErrorsSize = 0; variable
129 testErrorsSize = 0; testErrors[0] = 0;
142 if (testErrorsSize >= 32768)
144 res = snprintf(&testErrors[testErrorsSize],
145 32768 - testErrorsSize,
152 if (testErrorsSize + res >= 32768) {
154 testErrorsSize = 32768;
155 testErrors[testErrorsSize] = 0;
157 testErrorsSize += res;
159 testErrors[testErrorsSize]
[all...]
H A Dtestrecurse.c315 static int testErrorsSize = 0; variable
322 if (testErrorsSize >= 32768)
325 res = vsnprintf(&testErrors[testErrorsSize],
326 32768 - testErrorsSize,
329 if (testErrorsSize + res >= 32768) {
331 testErrorsSize = 32768;
332 testErrors[testErrorsSize] = 0;
334 testErrorsSize += res;
336 testErrors[testErrorsSize] = 0;
865 testErrorsSize
[all...]
H A Drunsuite.c176 static int testErrorsSize = 0; variable
186 testErrorsSize = 0; testErrors[0] = 0;
200 if (testErrorsSize >= 32768)
203 res = vsnprintf(&testErrors[testErrorsSize],
204 32768 - testErrorsSize,
207 if (testErrorsSize + res >= 32768) {
209 testErrorsSize = 32768;
210 testErrors[testErrorsSize] = 0;
212 testErrorsSize += res;
214 testErrors[testErrorsSize]
[all...]
H A Druntest.c246 static int testErrorsSize = 0; variable
253 if (testErrorsSize >= 32768)
256 res = vsnprintf(&testErrors[testErrorsSize],
257 32768 - testErrorsSize,
260 if (testErrorsSize + res >= 32768) {
262 testErrorsSize = 32768;
263 testErrors[testErrorsSize] = 0;
265 testErrorsSize += res;
267 testErrors[testErrorsSize] = 0;
275 if (testErrorsSize >
[all...]

Completed in 120 milliseconds