Searched refs:SOUP_MESSAGE_OVERWRITE_CHUNKS (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/soup/stub/ |
D | soup.h | 41 SOUP_MESSAGE_OVERWRITE_CHUNKS = (1 << 3), enumerator
|
/third_party/libsoup/libsoup/ |
D | soup-message.h | 146 SOUP_MESSAGE_OVERWRITE_CHUNKS = (1 << 3), enumerator
|
D | soup-message.c | 1535 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()
|
D | soup-enum-types.c | 215 { 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/ |
D | gstsouphttpsrc.c | 2094 flags |= SOUP_MESSAGE_OVERWRITE_CHUNKS; in gst_soup_http_src_build_message()
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 1304 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
|
D | NEWS | 3336 behavior, confusingly called SOUP_MESSAGE_OVERWRITE_CHUNKS,
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 437 I am not sure about the SOUP_MESSAGE_OVERWRITE_CHUNKS change, but it
|