Lines Matching full:plain
102 "text/plain"); in server_callback()
228 check_response (data, NULL, "text/plain", EXPECT_NOT_DECODED, NULL); in do_coding_test_plain()
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()
265 check_response (data, "gzip", "text/plain", EXPECT_NOT_DECODED, NULL); in do_coding_test_gzip_bad_server()
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()
300 check_response (data, "deflate", "text/plain", EXPECT_NOT_DECODED, NULL); in do_coding_test_deflate_bad_server()
310 check_response (data, "deflate", "text/plain", EXPECT_DECODED, NULL); in do_coding_test_deflate_raw()
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()
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()
410 do_single_coding_req_test (data, "gzip", "text/plain", EXPECT_NOT_DECODED); in do_coding_req_test_gzip_bad_server()
418 do_single_coding_req_test (data, "deflate", "text/plain", EXPECT_DECODED); in do_coding_req_test_deflate()
429 do_single_coding_req_test (data, "deflate", "text/plain", EXPECT_DECODED); in do_coding_req_test_deflate_with_junk()
439 do_single_coding_req_test (data, "deflate", "text/plain", EXPECT_NOT_DECODED); in do_coding_req_test_deflate_bad_server()
447 do_single_coding_req_test (data, "deflate", "text/plain", EXPECT_DECODED); in do_coding_req_test_deflate_raw()
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()
479 do_single_coding_req_test (data, "gzip", "text/plain", EXPECT_NOT_DECODED); in do_coding_req_empty_test()
493 g_test_add ("/coding/message/plain", CodingTestData, in main()
521 g_test_add ("/coding/request/plain", CodingTestData, in main()