Lines Matching refs:tt_int_op
541 tt_int_op(test_ok, ==, 3); in http_basic_test_impl()
562 tt_int_op(test_ok, ==, 2); in http_basic_test_impl()
584 tt_int_op(test_ok, ==, 2); in http_basic_test_impl()
757 tt_int_op(test_ok, ==, 2); in http_bad_request_test()
844 tt_int_op(test_ok, ==, 2); in http_delete_test()
925 tt_int_op(test_ok, ==, 4); in http_on_complete_test()
1352 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); in http_timed_out_request_done()
1418 tt_int_op(evhttp_make_request(evcon[i], req, EVHTTP_REQ_GET, "/delay"), !=, -1); in http_fill_backlog()
1532 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/delay"), in http_cancel_test()
1544 tt_int_op(test_ok, ==, 2); /** no servers responses */ in http_cancel_test()
1546 tt_int_op(test_ok, ==, 3); in http_cancel_test()
1563 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test"), in http_cancel_test()
1583 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test"), in http_cancel_test()
1808 tt_int_op(test_ok, ==, 2); in http_virtual_host_test()
1997 tt_int_op(test_ok, ==, 1); in http_post_test()
2017 tt_int_op(test_ok, ==, 1); in http_post_test()
2138 tt_int_op(test_ok, ==, 1); in http_put_test()
2258 tt_int_op(test_ok, ==, 2); in http_failure_test()
2439 tt_int_op(r, ==, 0); in http_parse_query_test()
2445 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()
2464 tt_int_op(r, ==, -1); in http_parse_query_test()
2469 tt_int_op(r, ==, 0); in http_parse_query_test()
2473 tt_int_op(r, ==, 0); in http_parse_query_test()
2479 tt_int_op(r, ==, -1); in http_parse_query_test()
2483 tt_int_op(r, ==, -1); in http_parse_query_test()
2487 tt_int_op(r, ==, -1); in http_parse_query_test()
2491 tt_int_op(r, ==, 0); in http_parse_query_test()
2510 tt_int_op(r, ==, 0); in http_parse_query_str_test()
2515 tt_int_op(r, ==, 0); in http_parse_query_str_test()
2920 tt_int_op(sz,==,strlen(from)); \ in http_uriencode_test()
2930 tt_int_op(sz,==,strlen(want)); \ in http_uriencode_test()
2971 tt_int_op(bytes_decoded,==,6); in http_uriencode_test()
2988 tt_int_op(sz,==,5); in http_uriencode_test()
3054 tt_int_op(test_ok, ==, 2); in http_base_test()
3154 tt_int_op(test_ok, ==, 2); in http_incomplete_test_()
3361 tt_int_op(tv_end.tv_sec, <, 1); in http_chunk_out_test_impl()
3363 tt_int_op(test_ok, ==, 2); in http_chunk_out_test_impl()
3530 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_OK); in http_stream_in_cancel_chunk()
3632 tt_int_op(test_ok, ==, 1); in http_connection_fail_test_impl()
3644 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); in http_connection_retry_done()
3700 tt_int_op(test_ok, ==, 1); in http_simple_test_impl()
3760 tt_int_op(tv_end.tv_sec, <, 1); in http_connection_retry_test_basic()
3762 tt_int_op(test_ok, ==, 1); in http_connection_retry_test_basic()
3834 tt_int_op(test_ok, ==, 1); in http_connection_retry_test_basic()
3896 tt_int_op(evhttp_set_cb(http, "/test", http_basic_cb, http), ==, 0); in http_primitives()
3897 tt_int_op(evhttp_set_cb(http, "/test", http_basic_cb, http), ==, -1); in http_primitives()
3898 tt_int_op(evhttp_del_cb(http, "/test"), ==, 0); in http_primitives()
3899 tt_int_op(evhttp_del_cb(http, "/test"), ==, -1); in http_primitives()
3900 tt_int_op(evhttp_set_cb(http, "/test", http_basic_cb, http), ==, 0); in http_primitives()
3950 tt_int_op(found_multi, ==, 1); in http_multi_line_header_test()
3951 tt_int_op(found_multi2, ==, 1); in http_multi_line_header_test()
3952 tt_int_op(test_ok, ==, 4); in http_multi_line_header_test()
4017 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST); in http_data_length_constraints_test_done()
4025 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE); in http_large_entity_test_done()
4033 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_EXPECTATIONFAILED); in http_expectation_failed_done()