Searched refs:SOUP_MESSAGE_CONTENT_DECODED (Results 1 – 5 of 5) sorted by relevance
155 g_assert_true (soup_message_get_flags (data->msg) & SOUP_MESSAGE_CONTENT_DECODED); in check_response()157 g_assert_false (soup_message_get_flags (data->msg) & SOUP_MESSAGE_CONTENT_DECODED); in check_response()
148 SOUP_MESSAGE_CONTENT_DECODED = (1 << 4), enumerator
248 soup_message_set_flags (priv->msg, message_flags | SOUP_MESSAGE_CONTENT_DECODED); in soup_converter_wrapper_real_convert()
216 { C_FLAGS(SOUP_MESSAGE_CONTENT_DECODED), "SOUP_MESSAGE_CONTENT_DECODED", "content-decoded" }, in soup_message_flags_get_type()
1458 priv->msg_flags &= ~SOUP_MESSAGE_CONTENT_DECODED; in soup_message_cleanup_response()