| 37 |
37 |
| 38 #ifdef __cplusplus |
38 #ifdef __cplusplus |
| 39 extern "C" { |
39 extern "C" { |
| 40 #endif |
40 #endif |
| 41 |
41 |
| 42 UCX_TEST(test_io_http_stream_parse_chunk_header_hdronly_first); |
42 CX_TEST(test_io_http_stream_parse_chunk_header_hdronly_first); |
| 43 UCX_TEST(test_io_http_stream_parse_chunk_header_hdronly); |
43 CX_TEST(test_io_http_stream_parse_chunk_header_hdronly); |
| 44 UCX_TEST(test_io_http_stream_parse_chunk_header_hdronly_seq_fail); |
44 CX_TEST(test_io_http_stream_parse_chunk_header_hdronly_seq_fail); |
| 45 UCX_TEST(test_io_http_stream_parse_chunk_header_hdr_data); |
45 CX_TEST(test_io_http_stream_parse_chunk_header_hdr_data); |
| 46 UCX_TEST(test_io_http_stream_parse_chunk_header_empty); |
46 CX_TEST(test_io_http_stream_parse_chunk_header_empty); |
| 47 UCX_TEST(test_io_http_stream_parse_chunk_header_partial_first); |
47 CX_TEST(test_io_http_stream_parse_chunk_header_partial_first); |
| 48 UCX_TEST(test_io_http_stream_parse_chunk_header_partial); |
48 CX_TEST(test_io_http_stream_parse_chunk_header_partial); |
| 49 UCX_TEST(test_io_http_stream_parse_chunk_header_invalid); |
49 CX_TEST(test_io_http_stream_parse_chunk_header_invalid); |
| 50 UCX_TEST(test_io_http_stream_parse_chunk_header_zero); |
50 CX_TEST(test_io_http_stream_parse_chunk_header_zero); |
| 51 |
51 |
| 52 UCX_TEST(test_io_httpstream_write); |
52 CX_TEST(test_io_httpstream_write); |
| 53 UCX_TEST(test_io_httpstream_chunked_write); |
53 CX_TEST(test_io_httpstream_chunked_write); |
| 54 UCX_TEST(test_io_httpstream_chunked_write_xx); |
54 CX_TEST(test_io_httpstream_chunked_write_xx); |
| 55 UCX_TEST(test_io_httpstream_chunked_write_end); |
55 CX_TEST(test_io_httpstream_chunked_write_end); |
| 56 UCX_TEST(test_io_httpstream_chunked_write_partial_header); |
56 CX_TEST(test_io_httpstream_chunked_write_partial_header); |
| 57 UCX_TEST(test_io_httpstream_chunked_write_partial_data); |
57 CX_TEST(test_io_httpstream_chunked_write_partial_data); |
| 58 UCX_TEST(test_io_httpstream_chunked_write_partial_trailer); |
58 CX_TEST(test_io_httpstream_chunked_write_partial_trailer); |
| 59 UCX_TEST(test_io_httpstream_chunked_write_partial_trailer_partial_header); |
59 CX_TEST(test_io_httpstream_chunked_write_partial_trailer_partial_header); |
| 60 UCX_TEST(test_io_httpstream_chunked_write_data_2x); |
60 CX_TEST(test_io_httpstream_chunked_write_data_2x); |
| 61 UCX_TEST(test_io_httpstream_chunked_write_xx_limit); |
61 CX_TEST(test_io_httpstream_chunked_write_xx_limit); |
| 62 |
62 |
| 63 |
63 |
| 64 #ifdef __cplusplus |
64 #ifdef __cplusplus |
| 65 } |
65 } |
| 66 #endif |
66 #endif |