Lines Matching refs:tt_int_op

543 	tt_int_op(test_ok, ==, 3);
564 tt_int_op(test_ok, ==, 2);
586 tt_int_op(test_ok, ==, 2);
759 tt_int_op(test_ok, ==, 2);
846 tt_int_op(test_ok, ==, 2);
927 tt_int_op(test_ok, ==, 4);
1354 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK);
1420 tt_int_op(evhttp_make_request(evcon[i], req, EVHTTP_REQ_GET, "/delay"), !=, -1);
1534 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/delay"),
1546 tt_int_op(test_ok, ==, 2); /** no servers responses */
1548 tt_int_op(test_ok, ==, 3);
1565 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test"),
1585 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test"),
1810 tt_int_op(test_ok, ==, 2);
1999 tt_int_op(test_ok, ==, 1);
2019 tt_int_op(test_ok, ==, 1);
2140 tt_int_op(test_ok, ==, 1);
2260 tt_int_op(test_ok, ==, 2);
2441 tt_int_op(r, ==, 0);
2447 tt_int_op(r, ==, 0);
2452 tt_int_op(r, ==, 0);
2457 tt_int_op(r, ==, 0);
2462 tt_int_op(r, ==, 0);
2466 tt_int_op(r, ==, -1);
2471 tt_int_op(r, ==, 0);
2475 tt_int_op(r, ==, 0);
2481 tt_int_op(r, ==, -1);
2485 tt_int_op(r, ==, -1);
2489 tt_int_op(r, ==, -1);
2493 tt_int_op(r, ==, 0);
2512 tt_int_op(r, ==, 0);
2517 tt_int_op(r, ==, 0);
2922 tt_int_op(sz,==,strlen(from)); \
2932 tt_int_op(sz,==,strlen(want)); \
2973 tt_int_op(bytes_decoded,==,6);
2990 tt_int_op(sz,==,5);
3056 tt_int_op(test_ok, ==, 2);
3156 tt_int_op(test_ok, ==, 2);
3363 tt_int_op(tv_end.tv_sec, <, 1);
3365 tt_int_op(test_ok, ==, 2);
3532 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_OK);
3634 tt_int_op(test_ok, ==, 1);
3646 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK);
3702 tt_int_op(test_ok, ==, 1);
3762 tt_int_op(tv_end.tv_sec, <, 1);
3764 tt_int_op(test_ok, ==, 1);
3836 tt_int_op(test_ok, ==, 1);
3898 tt_int_op(evhttp_set_cb(http, "/test", http_basic_cb, http), ==, 0);
3899 tt_int_op(evhttp_set_cb(http, "/test", http_basic_cb, http), ==, -1);
3900 tt_int_op(evhttp_del_cb(http, "/test"), ==, 0);
3901 tt_int_op(evhttp_del_cb(http, "/test"), ==, -1);
3902 tt_int_op(evhttp_set_cb(http, "/test", http_basic_cb, http), ==, 0);
3952 tt_int_op(found_multi, ==, 1);
3953 tt_int_op(found_multi2, ==, 1);
3954 tt_int_op(test_ok, ==, 4);
4019 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST);
4027 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE);
4035 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_EXPECTATIONFAILED);