Home
last modified time | relevance | path

Searched refs:SOUP_MEMORY_TEMPORARY (Results 1 – 9 of 9) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-message-body.c58 SOUP_MEMORY_SUBBUFFER = SOUP_MEMORY_TEMPORARY + 1,
274 if (priv->use != SOUP_MEMORY_TEMPORARY) { in soup_buffer_copy()
714 g_return_if_fail (chunk == chunk2 || ((SoupBufferPrivate *)chunk2)->use == SOUP_MEMORY_TEMPORARY); in soup_message_body_wrote_chunk()
Dsoup-message-body.h17 SOUP_MEMORY_TEMPORARY enumerator
Dsoup-content-sniffer-stream.c135 buf = soup_buffer_new (SOUP_MEMORY_TEMPORARY, priv->buffer, priv->buffer_nread); in read_and_sniff()
Dsoup-enum-types.c263 { C_ENUM(SOUP_MEMORY_TEMPORARY), "SOUP_MEMORY_TEMPORARY", "temporary" }, in soup_memory_use_get_type()
Dsoup-message-io.c757 buffer = soup_buffer_new (SOUP_MEMORY_TEMPORARY, in io_read()
/third_party/gstreamer/gstplugins_good/ext/soup/stub/
Dsoup.h34 SOUP_MEMORY_TEMPORARY enumerator
/third_party/libsoup/tests/
Dchunk-test.c321 soup_message_body_append (msg->request_body, SOUP_MEMORY_TEMPORARY, in do_temporary_test()
/third_party/libsoup/
DNEWS3077 * Fixed a bug with using SOUP_MEMORY_TEMPORARY buffers and
DChangeLog.pre-git376 writing a SOUP_MEMORY_TEMPORARY chunk. Part of WebKit bug 18343.