Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-message-body.c81 } SoupBufferPrivate; typedef
96 SoupBufferPrivate *priv = g_slice_new0 (SoupBufferPrivate); in soup_buffer_new()
153 SoupBufferPrivate *priv; in soup_buffer_new_subbuffer()
160 priv = g_slice_new0 (SoupBufferPrivate); in soup_buffer_new_subbuffer()
203 SoupBufferPrivate *priv = g_slice_new0 (SoupBufferPrivate); in soup_buffer_new_with_owner()
227 SoupBufferPrivate *priv = (SoupBufferPrivate *)buffer; in soup_buffer_get_owner()
271 SoupBufferPrivate *priv = (SoupBufferPrivate *)buffer; in soup_buffer_copy()
306 SoupBufferPrivate *priv = (SoupBufferPrivate *)buffer; in soup_buffer_free()
313 g_slice_free (SoupBufferPrivate, priv); in soup_buffer_free()
714 g_return_if_fail (chunk == chunk2 || ((SoupBufferPrivate *)chunk2)->use == SOUP_MEMORY_TEMPORARY); in soup_message_body_wrote_chunk()