Searched refs:EXPECT_NOT_DECODED (Results 1 – 1 of 1) sorted by relevance
/third_party/libsoup/tests/ |
D | coding-test.c | 136 EXPECT_NOT_DECODED enumerator 228 check_response (data, NULL, "text/plain", EXPECT_NOT_DECODED, NULL); in do_coding_test_plain() 265 check_response (data, "gzip", "text/plain", EXPECT_NOT_DECODED, NULL); in do_coding_test_gzip_bad_server() 300 check_response (data, "deflate", "text/plain", EXPECT_NOT_DECODED, NULL); in do_coding_test_deflate_bad_server() 322 check_response (data, "deflate", "text/plain", EXPECT_NOT_DECODED, NULL); in do_coding_test_deflate_raw_bad_server() 382 do_single_coding_req_test (data, NULL, "text/plain", EXPECT_NOT_DECODED); in do_coding_req_test_plain() 410 do_single_coding_req_test (data, "gzip", "text/plain", EXPECT_NOT_DECODED); in do_coding_req_test_gzip_bad_server() 439 do_single_coding_req_test (data, "deflate", "text/plain", EXPECT_NOT_DECODED); in do_coding_req_test_deflate_bad_server() 457 do_single_coding_req_test (data, "deflate", "text/plain", EXPECT_NOT_DECODED); in do_coding_req_test_deflate_raw_bad_server() 469 check_response (data, "gzip", "text/plain", EXPECT_NOT_DECODED, NULL); in do_coding_msg_empty_test() [all …]
|