Searched refs:got_chunk (Results 1 – 6 of 6) sorted by relevance
/third_party/libsoup/tests/ |
D | chunk-test.c | 236 got_chunk (SoupMessage *msg, SoupBuffer *chunk, gpointer user_data) in got_chunk() function 268 G_CALLBACK (got_chunk), >d); in do_response_test()
|
D | sniffing-test.c | 183 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/ |
D | soup-message.h | 49 void (*got_chunk) (SoupMessage *msg, SoupBuffer *chunk); member
|
D | soup-message.c | 546 G_STRUCT_OFFSET (SoupMessageClass, got_chunk), in soup_message_class_init()
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 2280 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
|
D | NEWS | 3531 mess up when called from the "got_chunk" callback).
|