/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | response.c | 51 add_response_entry (struct MHD_Response *response, in add_response_entry() 100 MHD_add_response_header (struct MHD_Response *response, in MHD_add_response_header() 120 MHD_add_response_footer (struct MHD_Response *response, in MHD_add_response_footer() 140 MHD_del_response_header (struct MHD_Response *response, in MHD_del_response_header() 183 MHD_get_response_headers (struct MHD_Response *response, in MHD_get_response_headers() 210 MHD_get_response_header (struct MHD_Response *response, in MHD_get_response_header() 240 struct MHD_Response * 247 struct MHD_Response *response; in MHD_create_response_from_callback() 251 if (NULL == (response = malloc (sizeof (struct MHD_Response) + block_size))) in MHD_create_response_from_callback() 253 memset (response, 0, sizeof (struct MHD_Response)); in MHD_create_response_from_callback() [all …]
|
D | response.h | 35 MHD_increment_response_rc (struct MHD_Response *response);
|
D | basicauth.c | 118 struct MHD_Response *response) in MHD_queue_basic_auth_fail_response()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 419 struct MHD_Response; 1824 struct MHD_Response *response); 1914 MHD_set_response_options (struct MHD_Response *response, 1935 _MHD_EXTERN struct MHD_Response * 1956 _MHD_EXTERN struct MHD_Response * 2009 _MHD_EXTERN struct MHD_Response * 2026 _MHD_EXTERN struct MHD_Response * 2047 _MHD_EXTERN struct MHD_Response * 2185 struct MHD_Response * 2200 MHD_destroy_response (struct MHD_Response *response); [all …]
|
/third_party/skia/tools/skiaserve/ |
D | Response.cpp | 47 MHD_Response* response = MHD_create_response_from_buffer(strlen(data), in SendOK() 56 MHD_Response* response = MHD_create_response_from_buffer(strlen(msg), in SendError() 66 MHD_Response* response = MHD_create_response_from_buffer(data->size(), in SendData() 83 MHD_Response* response = MHD_create_response_from_buffer( in SendTemplate()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | demo_https.c | 165 static struct MHD_Response *file_not_found_response; 170 static struct MHD_Response *internal_error_response; 175 static struct MHD_Response *cached_directory_response; 180 static struct MHD_Response *request_refused_response; 199 mark_as_html (struct MHD_Response *response) in mark_as_html() 214 update_cached_response (struct MHD_Response *response) in update_cached_response() 307 struct MHD_Response *response; in update_directory() 420 struct MHD_Response *response; 682 struct MHD_Response *response; in generate_page()
|
D | demo.c | 164 static struct MHD_Response *file_not_found_response; 169 static struct MHD_Response *internal_error_response; 174 static struct MHD_Response *cached_directory_response; 179 static struct MHD_Response *request_refused_response; 198 mark_as_html (struct MHD_Response *response) in mark_as_html() 213 update_cached_response (struct MHD_Response *response) in update_cached_response() 306 struct MHD_Response *response; in update_directory() 419 struct MHD_Response *response; 681 struct MHD_Response *response; in generate_page()
|
D | post_example.c | 245 struct MHD_Response *response) in add_session_cookie() 281 struct MHD_Response *response; in serve_simple_form() 317 struct MHD_Response *response; in fill_v1_form() 360 struct MHD_Response *response; in fill_v1_v2_form() 403 struct MHD_Response *response; in not_found_page() 546 struct MHD_Response *response; in create_response()
|
D | dual_stack_example.c | 40 struct MHD_Response *response; in ahc_echo()
|
D | minimal_example.c | 40 struct MHD_Response *response; in ahc_echo()
|
D | chunked_example.c | 49 struct MHD_Response *response; in ahc_echo()
|
D | minimal_example_comet.c | 47 struct MHD_Response *response; in ahc_echo()
|
D | refuse_post_example.c | 46 struct MHD_Response *response; in ahc_echo()
|
D | querystring_example.c | 43 struct MHD_Response *response; in ahc_echo()
|
D | authorization_example.c | 51 struct MHD_Response *response; in ahc_echo()
|
D | fileserver_example.c | 58 struct MHD_Response *response; in ahc_echo()
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | sessions.c | 267 struct MHD_Response *response) in add_session_cookie() 303 struct MHD_Response *response; in serve_simple_form() 338 struct MHD_Response *response; in fill_v1_form() 380 struct MHD_Response *response; in fill_v1_v2_form() 421 struct MHD_Response *response; in not_found_page() 563 struct MHD_Response *response; in create_response()
|
D | tlsauthentication.c | 122 struct MHD_Response *response; in ask_for_authentication() 196 struct MHD_Response *response; in secret_page()
|
D | hellobrowser.c | 24 struct MHD_Response *response; in answer_to_connection()
|
D | responseheaders.c | 28 struct MHD_Response *response; in answer_to_connection()
|
D | basicauthentication.c | 30 struct MHD_Response *response; in answer_to_connection()
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
D | test_get_chunked.c | 67 struct MHD_Response **responseptr = cls; in crc() 99 struct MHD_Response *response; in ahc_echo() 100 struct MHD_Response **responseptr; in ahc_echo() 111 responseptr = malloc (sizeof (struct MHD_Response *)); in ahc_echo()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_get_chunked.c | 76 struct MHD_Response **responseptr = cls; in crc() 108 struct MHD_Response *response; in ahc_echo() 109 struct MHD_Response **responseptr; in ahc_echo() 120 responseptr = malloc (sizeof (struct MHD_Response *)); in ahc_echo()
|
D | test_termination.c | 74 struct MHD_Response *response = in connection_handler()
|
/third_party/elfutils/debuginfod/ |
D | debuginfod.cxx | 653 static void add_mhd_response_header (struct MHD_Response *r, 670 MHD_Response* r = MHD_create_response_from_buffer (message.size(), in mhd_send_response() 1115 add_mhd_response_header (struct MHD_Response *r, in add_mhd_response_header() 1123 add_mhd_last_modified (struct MHD_Response *resp, time_t mtime) in add_mhd_last_modified() 1649 static struct MHD_Response* 1705 struct MHD_Response* r = MHD_create_response_from_fd ((uint64_t) s.st_size, fd); in handle_buildid_f_match() 1751 static struct MHD_Response* 1812 struct MHD_Response* r = MHD_create_response_from_fd (fs.st_size, fd); in handle_buildid_r_match() 1893 struct MHD_Response* r = 0; // will set in stage 2 in handle_buildid_r_match() 2027 static struct MHD_Response* [all …]
|