Searched refs:got_body (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | httpread.c | 73 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/ |
D | httpread.c | 73 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/ |
D | continue-test.c | 43 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/ |
D | soup-logger.c | 745 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()
|
D | soup-message.h | 50 void (*got_body) (SoupMessage *msg); member
|
D | soup-message.c | 364 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()
|
D | soup-server.c | 1464 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/ |
D | ChangeLog.pre-git | 623 "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
|