Searched refs:test_ok (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dregress.c69 int test_ok; variable
109 test_ok = 1;
124 test_ok = 0;
126 test_ok = 1;
201 test_ok = 1;
208 test_ok = 2;
217 test_ok = 1;
289 test_ok = 0;
304 if (test_ok)
310 test_ok
[all...]
H A Dregress_rpc.c65 extern int test_ok;
124 test_ok += 1;
167 test_ok = 1;
216 test_ok = 0;
224 if (test_ok != 1) {
254 test_ok = 1;
306 test_ok = 0;
314 if (test_ok != 1) {
373 test_ok += 1;
404 test_ok
[all...]
H A Dregress_http.c61 extern int test_ok;
186 test_ok++;
204 test_ok++;
211 test_ok = -2;
229 test_ok++;
231 test_ok++;
315 test_ok = 0;
344 if (test_ok != 3) {
374 if (test_ok != 5) {
412 test_ok
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_rpc.c133 test_ok += 1;
176 test_ok = 1;
216 test_ok = 0;
224 tt_assert(test_ok == 1);
249 test_ok = 1;
296 test_ok = 0;
358 test_ok += 1;
389 test_ok += 1;
392 if (test_ok == 2)
479 test_ok
[all...]
H A Dregress_http.c226 test_ok++;
248 test_ok++;
255 test_ok = -2;
273 test_ok++;
275 test_ok++;
366 test_ok = 0;
396 tt_assert(test_ok == 3);
419 tt_assert(test_ok == 5);
442 tt_assert(test_ok == 7);
456 ++test_ok;
[all...]
H A Dregress.c76 int test_ok; variable
122 test_ok = 1;
173 test_ok = 0;
175 test_ok = 1;
250 test_ok = 1;
353 test_ok = 1;
513 test_ok = memcmp(rbuf, wbuf, sizeof(wbuf)) == 0;
542 test_ok = memcmp(rbuf, wbuf, sizeof(wbuf)) == 0;
572 test_ok = 1;
606 test_ok
[all...]
H A Dregress_bufferevent.c101 test_ok++;
112 test_ok++;
119 test_ok = -2;
166 if (test_ok != 2)
167 test_ok = 0;
205 test_ok++;
217 test_ok++;
224 test_ok = -2;
233 test_ok = 0;
265 tt_int_op(test_ok,
[all...]
H A Dregress.h60 extern int test_ok;
H A Dregress_main.c108 * OR if it wants to communicate success/failure through test_ok.
318 sets test_ok to 0, invokes the test function, and tells tinytest that
319 the test failed if the test didn't set test_ok to 1.
325 test_ok = called = 0;
331 if (!test_ok)
335 test_ok = 0;
H A Dregress_zlib.c333 test_ok = 1;
H A Dregress_dns.c157 test_ok = dns_ok;
174 test_ok = 1;
189 test_ok = dns_ok;
434 test_ok = dns_ok;

Completed in 193 milliseconds