Home
last modified time | relevance | path

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

/third_party/libsoup/tests/
Dchunk-test.c236 got_chunk (SoupMessage *msg, SoupBuffer *chunk, gpointer user_data) in got_chunk() function
268 G_CALLBACK (got_chunk), &gtd); in do_response_test()
Dsniffing-test.c183 got_chunk (SoupMessage *msg, SoupBuffer *chunk, gpointer data) in got_chunk() function
236 "signal::got-chunk", got_chunk, GINT_TO_POINTER (should_accumulate), in do_signals_test()
/third_party/libsoup/libsoup/
Dsoup-message.h49 void (*got_chunk) (SoupMessage *msg, SoupBuffer *chunk); member
Dsoup-message.c546 G_STRUCT_OFFSET (SoupMessageClass, got_chunk), in soup_message_class_init()
/third_party/libsoup/
DChangeLog.pre-git2280 SOUP_TYPE_BUFFER in got_chunk signal definition
2494 (got_informational, got_headers, got_chunk, got_body): remove
2952 around the got_chunk emission so that it doesn't get messed up if
2953 you pause the I/O from the got_chunk handler. (#452280, Marco
5600 (got_headers, got_chunk, got_body): Default signal methods that
DNEWS3531 mess up when called from the "got_chunk" callback).