Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dhttpread.c73 int got_body; /* nonzero when body is finalized */ member
409 h->got_body = 1; in httpread_read_handler()
469 if (!h->got_body) { in httpread_read_handler()
472 h->got_body = 1; in httpread_read_handler()
482 if (!h->got_body) { in httpread_read_handler()
596 h->got_body = 1; in httpread_read_handler()
664 h->got_body = 1; in httpread_read_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dhttpread.c73 int got_body; /* nonzero when body is finalized */ member
409 h->got_body = 1; in httpread_read_handler()
469 if (!h->got_body) { in httpread_read_handler()
472 h->got_body = 1; in httpread_read_handler()
482 if (!h->got_body) { in httpread_read_handler()
596 h->got_body = 1; in httpread_read_handler()
664 h->got_body = 1; in httpread_read_handler()
/third_party/libsoup/tests/
Dcontinue-test.c43 EVENT_HANDLER (got_body) in EVENT_HANDLER()
86 G_CALLBACK (got_body), "client"); in EVENT_HANDLER()
419 G_CALLBACK (got_body), "server"); in request_started()
/third_party/libsoup/libsoup/
Dsoup-logger.c745 got_body (SoupMessage *msg, gpointer user_data) in got_body() function
803 G_CALLBACK (got_body), in soup_logger_request_queued()
819 g_signal_handlers_disconnect_by_func (msg, got_body, logger); in soup_logger_request_unqueued()
Dsoup-message.h50 void (*got_body) (SoupMessage *msg); member
Dsoup-message.c364 message_class->got_body = soup_message_real_got_body; in soup_message_class_init()
575 G_STRUCT_OFFSET (SoupMessageClass, got_body), in soup_message_class_init()
Dsoup-server.c1464 got_body (SoupMessage *msg, SoupClientContext *client) in got_body() function
1520 g_signal_connect (msg, "got_body", G_CALLBACK (got_body), client); in start_request()
/third_party/libsoup/
DChangeLog.pre-git623 "got_body" it turns out you can't use _disconnect_by_func() when
1318 (got_body): Update for accumulate
2362 * libsoup/soup-message.c (got_body): flatten the newly-gotten
2494 (got_informational, got_headers, got_chunk, got_body): remove
2590 immediately after "got_headers", not "got_body", so that we can
5600 (got_headers, got_chunk, got_body): Default signal methods that