Home
last modified time | relevance | path

Searched refs:sniffed_content_type (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libsoup/libsoup-2.74.0/tests/
H A Dsniffing-test.c398 const char *sniffed_content_type; in test_disabled() local
431 sniffed_content_type = soup_request_get_content_type (req); in test_disabled()
432 g_assert_cmpstr (sniffed_content_type, ==, NULL); in test_disabled()