Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/soup/stub/
Dsoup.h41 SOUP_MESSAGE_OVERWRITE_CHUNKS = (1 << 3), enumerator
/third_party/libsoup/libsoup/
Dsoup-message.h146 SOUP_MESSAGE_OVERWRITE_CHUNKS = (1 << 3), enumerator
Dsoup-message.c1535 if ((priv->msg_flags ^ flags) & SOUP_MESSAGE_OVERWRITE_CHUNKS) { in soup_message_set_flags()
1538 !(flags & SOUP_MESSAGE_OVERWRITE_CHUNKS)); in soup_message_set_flags()
Dsoup-enum-types.c215 { C_FLAGS(SOUP_MESSAGE_OVERWRITE_CHUNKS), "SOUP_MESSAGE_OVERWRITE_CHUNKS", "overwrite-chunks" }, in soup_message_flags_get_type()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c2094 flags |= SOUP_MESSAGE_OVERWRITE_CHUNKS; in gst_soup_http_src_build_message()
/third_party/libsoup/
DChangeLog.pre-git1304 SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either the
1322 * libsoup/soup-message.h (SOUP_MESSAGE_OVERWRITE_CHUNKS):
5658 use SOUP_MESSAGE_OVERWRITE_CHUNKS and the GOT_CHUNK signal, and
DNEWS3336 behavior, confusingly called SOUP_MESSAGE_OVERWRITE_CHUNKS,
/third_party/gstreamer/gstplugins_good/
DChangeLog437 I am not sure about the SOUP_MESSAGE_OVERWRITE_CHUNKS change, but it