Home
last modified time | relevance | path

Searched refs:SOUP_ENCODING_CONTENT_LENGTH (Results 1 – 13 of 13) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-body-input-stream.c78 (bistream->priv->encoding == SOUP_ENCODING_CONTENT_LENGTH && in soup_body_input_stream_constructed()
252 case SOUP_ENCODING_CONTENT_LENGTH: in read_internal()
265 if (bistream->priv->encoding == SOUP_ENCODING_CONTENT_LENGTH) in read_internal()
425 return priv->encoding == SOUP_ENCODING_CONTENT_LENGTH in soup_body_input_stream_can_seek()
Dsoup-message-client-io.c124 if ((*encoding == SOUP_ENCODING_CONTENT_LENGTH || in get_request_headers()
129 *encoding = SOUP_ENCODING_CONTENT_LENGTH; in get_request_headers()
Dsoup-message-server-io.c156 SOUP_ENCODING_CONTENT_LENGTH || in handle_partial_get()
269 if (claimed_encoding == SOUP_ENCODING_CONTENT_LENGTH && in get_response_headers()
Dsoup-message-headers.h99 SOUP_ENCODING_CONTENT_LENGTH, enumerator
Dsoup-message-headers.c695 hdrs->encoding = SOUP_ENCODING_CONTENT_LENGTH; in content_length_setter()
779 case SOUP_ENCODING_CONTENT_LENGTH: in soup_message_headers_set_encoding()
811 if (encoding == SOUP_ENCODING_CONTENT_LENGTH) in soup_message_headers_get_content_length()
Dsoup-cache.c615 if (soup_message_headers_get_encoding (entry->headers) == SOUP_ENCODING_CONTENT_LENGTH) in soup_cache_entry_insert()
691 …body_stream = soup_body_input_stream_new (file_stream, SOUP_ENCODING_CONTENT_LENGTH, entry->length… in soup_cache_send_response()
787 if (soup_message_headers_get_encoding (entry->headers) == SOUP_ENCODING_CONTENT_LENGTH) in istream_caching_finished()
795 if (soup_message_headers_get_encoding (entry->headers) != SOUP_ENCODING_CONTENT_LENGTH) { in istream_caching_finished()
Dsoup-message.c229 SOUP_ENCODING_CONTENT_LENGTH); in soup_message_set_property()
1455 SOUP_ENCODING_CONTENT_LENGTH); in soup_message_cleanup_response()
Dsoup-message-io.c457 if (io->write_encoding == SOUP_ENCODING_CONTENT_LENGTH) { in io_write()
688 if (io->read_encoding == SOUP_ENCODING_CONTENT_LENGTH) { in io_read()
Dsoup-enum-types.c302 { C_ENUM(SOUP_ENCODING_CONTENT_LENGTH), "SOUP_ENCODING_CONTENT_LENGTH", "content-length" }, in soup_encoding_get_type()
/third_party/gstreamer/gstplugins_good/ext/soup/stub/
Dsoup.h47 SOUP_ENCODING_CONTENT_LENGTH, enumerator
/third_party/libsoup/tests/
Dstreaming-test.c55 SOUP_ENCODING_CONTENT_LENGTH); in server_callback()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c1531 SOUP_ENCODING_CONTENT_LENGTH)) { in gst_soup_http_src_got_headers()
/third_party/libsoup/
DChangeLog.pre-git282 SOUP_ENCODING_CONTENT_LENGTH, return the new encoding value to