Home
last modified time | relevance | path

Searched refs:MHD_Response (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dresponse.c51 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 …]
Dresponse.h35 MHD_increment_response_rc (struct MHD_Response *response);
Dbasicauth.c118 struct MHD_Response *response) in MHD_queue_basic_auth_fail_response()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h419 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/
DResponse.cpp47 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/
Ddemo_https.c165 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()
Ddemo.c164 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()
Dpost_example.c245 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()
Ddual_stack_example.c40 struct MHD_Response *response; in ahc_echo()
Dminimal_example.c40 struct MHD_Response *response; in ahc_echo()
Dchunked_example.c49 struct MHD_Response *response; in ahc_echo()
Dminimal_example_comet.c47 struct MHD_Response *response; in ahc_echo()
Drefuse_post_example.c46 struct MHD_Response *response; in ahc_echo()
Dquerystring_example.c43 struct MHD_Response *response; in ahc_echo()
Dauthorization_example.c51 struct MHD_Response *response; in ahc_echo()
Dfileserver_example.c58 struct MHD_Response *response; in ahc_echo()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dsessions.c267 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()
Dtlsauthentication.c122 struct MHD_Response *response; in ask_for_authentication()
196 struct MHD_Response *response; in secret_page()
Dhellobrowser.c24 struct MHD_Response *response; in answer_to_connection()
Dresponseheaders.c28 struct MHD_Response *response; in answer_to_connection()
Dbasicauthentication.c30 struct MHD_Response *response; in answer_to_connection()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
Dtest_get_chunked.c67 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/
Dtest_get_chunked.c76 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()
Dtest_termination.c74 struct MHD_Response *response = in connection_handler()
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx653 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 …]

1234