Lines Matching refs:tt_int_op

546 	tt_int_op(test_ok, ==, 3);
567 tt_int_op(test_ok, ==, 2);
589 tt_int_op(test_ok, ==, 2);
762 tt_int_op(test_ok, ==, 2);
849 tt_int_op(test_ok, ==, 2);
930 tt_int_op(test_ok, ==, 4);
1357 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK);
1423 tt_int_op(evhttp_make_request(evcon[i], req, EVHTTP_REQ_GET, "/delay"), !=, -1);
1537 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/delay"),
1549 tt_int_op(test_ok, ==, 2); /** no servers responses */
1551 tt_int_op(test_ok, ==, 3);
1568 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test"),
1588 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test"),
1813 tt_int_op(test_ok, ==, 2);
2002 tt_int_op(test_ok, ==, 1);
2022 tt_int_op(test_ok, ==, 1);
2143 tt_int_op(test_ok, ==, 1);
2263 tt_int_op(test_ok, ==, 2);
2444 tt_int_op(r, ==, 0);
2450 tt_int_op(r, ==, 0);
2455 tt_int_op(r, ==, 0);
2460 tt_int_op(r, ==, 0);
2465 tt_int_op(r, ==, 0);
2469 tt_int_op(r, ==, -1);
2474 tt_int_op(r, ==, 0);
2478 tt_int_op(r, ==, 0);
2484 tt_int_op(r, ==, -1);
2488 tt_int_op(r, ==, -1);
2492 tt_int_op(r, ==, -1);
2496 tt_int_op(r, ==, 0);
2515 tt_int_op(r, ==, 0);
2520 tt_int_op(r, ==, 0);
2925 tt_int_op(sz,==,strlen(from)); \
2935 tt_int_op(sz,==,strlen(want)); \
2976 tt_int_op(bytes_decoded,==,6);
2993 tt_int_op(sz,==,5);
3059 tt_int_op(test_ok, ==, 2);
3159 tt_int_op(test_ok, ==, 2);
3366 tt_int_op(tv_end.tv_sec, <, 1);
3368 tt_int_op(test_ok, ==, 2);
3535 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_OK);
3637 tt_int_op(test_ok, ==, 1);
3649 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK);
3705 tt_int_op(test_ok, ==, 1);
3765 tt_int_op(tv_end.tv_sec, <, 1);
3767 tt_int_op(test_ok, ==, 1);
3839 tt_int_op(test_ok, ==, 1);
3901 tt_int_op(evhttp_set_cb(xhttp, "/test", http_basic_cb, xhttp), ==, 0);
3902 tt_int_op(evhttp_set_cb(xhttp, "/test", http_basic_cb, xhttp), ==, -1);
3903 tt_int_op(evhttp_del_cb(xhttp, "/test"), ==, 0);
3904 tt_int_op(evhttp_del_cb(xhttp, "/test"), ==, -1);
3905 tt_int_op(evhttp_set_cb(xhttp, "/test", http_basic_cb, xhttp), ==, 0);
3955 tt_int_op(found_multi, ==, 1);
3956 tt_int_op(found_multi2, ==, 1);
3957 tt_int_op(test_ok, ==, 4);
4022 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST);
4030 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE);
4038 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_EXPECTATIONFAILED);