Home
last modified time | relevance | path

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

/third_party/libsoup/tests/
Dcontinue-test.c41 EVENT_HANDLER (got_informational)
82 G_CALLBACK (got_informational), "client"); in EVENT_HANDLER()
415 G_CALLBACK (got_informational), "server"); in request_started()
/third_party/libsoup/libsoup/
Dsoup-logger.c710 got_informational (SoupMessage *msg, gpointer user_data) in got_informational() function
800 G_CALLBACK (got_informational), in soup_logger_request_queued()
818 g_signal_handlers_disconnect_by_func (msg, got_informational, logger); in soup_logger_request_unqueued()
Dsoup-message.h47 void (*got_informational) (SoupMessage *msg); member
Dsoup-message.c491 G_STRUCT_OFFSET (SoupMessageClass, got_informational), in soup_message_class_init()
/third_party/libsoup/
DChangeLog.pre-git2494 (got_informational, got_headers, got_chunk, got_body): remove
5239 got_informational signals.
5251 reading a 100 Continue response. Emit got_informational instead of