Lines Matching refs:tt_int_op
546 tt_int_op(test_ok, ==, 3); in http_basic_test_impl()
567 tt_int_op(test_ok, ==, 2); in http_basic_test_impl()
589 tt_int_op(test_ok, ==, 2); in http_basic_test_impl()
762 tt_int_op(test_ok, ==, 2); in http_bad_request_test()
849 tt_int_op(test_ok, ==, 2); in http_delete_test()
930 tt_int_op(test_ok, ==, 4); in http_on_complete_test()
1357 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); in http_timed_out_request_done()
1423 tt_int_op(evhttp_make_request(evcon[i], req, EVHTTP_REQ_GET, "/delay"), !=, -1); in http_fill_backlog()
1537 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/delay"), in http_cancel_test()
1549 tt_int_op(test_ok, ==, 2); /** no servers responses */ in http_cancel_test()
1551 tt_int_op(test_ok, ==, 3); in http_cancel_test()
1568 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test"), in http_cancel_test()
1588 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test"), in http_cancel_test()
1813 tt_int_op(test_ok, ==, 2); in http_virtual_host_test()
2002 tt_int_op(test_ok, ==, 1); in http_post_test()
2022 tt_int_op(test_ok, ==, 1); in http_post_test()
2143 tt_int_op(test_ok, ==, 1); in http_put_test()
2263 tt_int_op(test_ok, ==, 2); in http_failure_test()
2444 tt_int_op(r, ==, 0); in http_parse_query_test()
2450 tt_int_op(r, ==, 0); in http_parse_query_test()
2455 tt_int_op(r, ==, 0); in http_parse_query_test()
2460 tt_int_op(r, ==, 0); in http_parse_query_test()
2465 tt_int_op(r, ==, 0); in http_parse_query_test()
2469 tt_int_op(r, ==, -1); in http_parse_query_test()
2474 tt_int_op(r, ==, 0); in http_parse_query_test()
2478 tt_int_op(r, ==, 0); in http_parse_query_test()
2484 tt_int_op(r, ==, -1); in http_parse_query_test()
2488 tt_int_op(r, ==, -1); in http_parse_query_test()
2492 tt_int_op(r, ==, -1); in http_parse_query_test()
2496 tt_int_op(r, ==, 0); in http_parse_query_test()
2515 tt_int_op(r, ==, 0); in http_parse_query_str_test()
2520 tt_int_op(r, ==, 0); in http_parse_query_str_test()
2925 tt_int_op(sz,==,strlen(from)); \ in http_uriencode_test()
2935 tt_int_op(sz,==,strlen(want)); \ in http_uriencode_test()
2976 tt_int_op(bytes_decoded,==,6); in http_uriencode_test()
2993 tt_int_op(sz,==,5); in http_uriencode_test()
3059 tt_int_op(test_ok, ==, 2); in http_base_test()
3159 tt_int_op(test_ok, ==, 2); in http_incomplete_test_()
3366 tt_int_op(tv_end.tv_sec, <, 1); in http_chunk_out_test_impl()
3368 tt_int_op(test_ok, ==, 2); in http_chunk_out_test_impl()
3535 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_OK); in http_stream_in_cancel_chunk()
3637 tt_int_op(test_ok, ==, 1); in http_connection_fail_test_impl()
3649 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); in http_connection_retry_done()
3705 tt_int_op(test_ok, ==, 1); in http_simple_test_impl()
3765 tt_int_op(tv_end.tv_sec, <, 1); in http_connection_retry_test_basic()
3767 tt_int_op(test_ok, ==, 1); in http_connection_retry_test_basic()
3839 tt_int_op(test_ok, ==, 1); in http_connection_retry_test_basic()
3901 tt_int_op(evhttp_set_cb(xhttp, "/test", http_basic_cb, xhttp), ==, 0); in http_primitives()
3902 tt_int_op(evhttp_set_cb(xhttp, "/test", http_basic_cb, xhttp), ==, -1); in http_primitives()
3903 tt_int_op(evhttp_del_cb(xhttp, "/test"), ==, 0); in http_primitives()
3904 tt_int_op(evhttp_del_cb(xhttp, "/test"), ==, -1); in http_primitives()
3905 tt_int_op(evhttp_set_cb(xhttp, "/test", http_basic_cb, xhttp), ==, 0); in http_primitives()
3955 tt_int_op(found_multi, ==, 1); in http_multi_line_header_test()
3956 tt_int_op(found_multi2, ==, 1); in http_multi_line_header_test()
3957 tt_int_op(test_ok, ==, 4); in http_multi_line_header_test()
4022 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST); in http_data_length_constraints_test_done()
4030 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE); in http_large_entity_test_done()
4038 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_EXPECTATIONFAILED); in http_expectation_failed_done()