Home
last modified time | relevance | path

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

/third_party/libsoup/tests/
Dchunk-test.c221 chunk_allocator (SoupMessage *msg, gsize max_len, gpointer user_data) in chunk_allocator() function
265 soup_message_set_chunk_allocator (msg, chunk_allocator, &gtd, NULL); in do_response_test()
/third_party/libsoup/libsoup/
Dsoup-message-private.h18 SoupChunkAllocator chunk_allocator; member
Dsoup-message.c1870 priv->chunk_allocator = allocator; in soup_message_set_chunk_allocator()
2383 return priv->chunk_allocator != NULL; in soup_message_has_chunk_allocator()
2392 return priv->chunk_allocator (msg, read_length, priv->chunk_allocator_data); in soup_message_allocate_chunk()