Searched refs:EXPECT_DECODED (Results 1 – 1 of 1) sorted by relevance
/third_party/libsoup/tests/ |
D | coding-test.c | 135 EXPECT_DECODED, enumerator 154 if (status == EXPECT_DECODED) in check_response() 235 check_response (data, "gzip", "text/plain", EXPECT_DECODED, NULL); in do_coding_test_gzip() 248 check_response (data, "gzip", "text/plain", EXPECT_DECODED, NULL); in do_coding_test_gzip_with_junk() 275 check_response (data, "deflate", "text/plain", EXPECT_DECODED, NULL); in do_coding_test_deflate() 288 check_response (data, "deflate", "text/plain", EXPECT_DECODED, NULL); in do_coding_test_deflate_with_junk() 310 check_response (data, "deflate", "text/plain", EXPECT_DECODED, NULL); in do_coding_test_deflate_raw() 388 do_single_coding_req_test (data, "gzip", "text/plain", EXPECT_DECODED); in do_coding_req_test_gzip() 400 do_single_coding_req_test (data, "gzip", "text/plain", EXPECT_DECODED); in do_coding_req_test_gzip_with_junk() 418 do_single_coding_req_test (data, "deflate", "text/plain", EXPECT_DECODED); in do_coding_req_test_deflate() [all …]
|