Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/soup/stub/
Dsoup.h48 SOUP_ENCODING_EOF, enumerator
/third_party/libsoup/libsoup/
Dsoup-message-headers.h100 SOUP_ENCODING_EOF, enumerator
Dsoup-body-input-stream.c136 if (bistream->priv->encoding != SOUP_ENCODING_EOF) { in soup_body_input_stream_read_raw()
253 case SOUP_ENCODING_EOF: in read_internal()
Dsoup-message-headers.c752 SOUP_ENCODING_EOF : SOUP_ENCODING_NONE; in soup_message_headers_get_encoding()
774 case SOUP_ENCODING_EOF: in soup_message_headers_set_encoding()
Dsoup-multipart-input-stream.c478 "encoding", SOUP_ENCODING_EOF, in soup_multipart_input_stream_next_part()
Dsoup-message-io.c495 io->write_encoding != SOUP_ENCODING_EOF && in io_write()
701 io->read_encoding = SOUP_ENCODING_EOF; in io_read()
Dsoup-enum-types.c303 { C_ENUM(SOUP_ENCODING_EOF), "SOUP_ENCODING_EOF", "eof" }, in soup_encoding_get_type()
Dsoup-message.c1637 if (soup_message_headers_get_encoding (msg->response_headers) == SOUP_ENCODING_EOF) in soup_message_is_keepalive()
/third_party/libsoup/tests/
Dstreaming-test.c60 SOUP_ENCODING_EOF); in server_callback()
/third_party/libsoup/
DChangeLog.pre-git273 Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF
276 SOUP_ENCODING_EOF work correctly when sending response
290 Otherwise the response headers revert to SOUP_ENCODING_EOF after
DNEWS3046 * Fixed SoupServer to support using SOUP_ENCODING_EOF, so you