Home
last modified time | relevance | path

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

/third_party/libsoup/tests/
Dcoding-test.c155 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()
/third_party/libsoup/libsoup/
Dsoup-message.h148 SOUP_MESSAGE_CONTENT_DECODED = (1 << 4), enumerator
Dsoup-converter-wrapper.c248 soup_message_set_flags (priv->msg, message_flags | SOUP_MESSAGE_CONTENT_DECODED); in soup_converter_wrapper_real_convert()
Dsoup-enum-types.c216 { C_FLAGS(SOUP_MESSAGE_CONTENT_DECODED), "SOUP_MESSAGE_CONTENT_DECODED", "content-decoded" }, in soup_message_flags_get_type()
Dsoup-message.c1458 priv->msg_flags &= ~SOUP_MESSAGE_CONTENT_DECODED; in soup_message_cleanup_response()