Home
last modified time | relevance | path

Searched refs:MHD_create_response_from_buffer (Results 1 – 25 of 67) sorted by relevance

123

/third_party/flutter/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/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/
Ddigest_auth_example.c52 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo()
70 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo()
82 response = MHD_create_response_from_buffer(strlen(PAGE), PAGE, in ahc_echo()
Drefuse_post_example.c59 response = MHD_create_response_from_buffer (strlen (BUSYPAGE), in ahc_echo()
71 response = MHD_create_response_from_buffer (strlen (me), in ahc_echo()
Dauthorization_example.c73 response = MHD_create_response_from_buffer (strlen (DENIED), in ahc_echo()
80 response = MHD_create_response_from_buffer (strlen (me), in ahc_echo()
Dpost_example.c284 response = MHD_create_response_from_buffer (strlen (form), in serve_simple_form()
327 response = MHD_create_response_from_buffer (strlen (reply), in fill_v1_form()
371 response = MHD_create_response_from_buffer (strlen (reply), in fill_v1_v2_form()
406 response = MHD_create_response_from_buffer (strlen (NOT_FOUND_ERROR), in not_found_page()
623 response = MHD_create_response_from_buffer (strlen (METHOD_ERROR), in create_response()
Ddemo_https.c369 response = MHD_create_response_from_buffer (rdc.off, in update_directory()
915 file_not_found_response = MHD_create_response_from_buffer (strlen (FILE_NOT_FOUND_PAGE), in main()
919 request_refused_response = MHD_create_response_from_buffer (strlen (REQUEST_REFUSED_PAGE), in main()
923 internal_error_response = MHD_create_response_from_buffer (strlen (INTERNAL_ERROR_PAGE), in main()
Ddemo.c368 response = MHD_create_response_from_buffer (rdc.off, in update_directory()
864 file_not_found_response = MHD_create_response_from_buffer (strlen (FILE_NOT_FOUND_PAGE), in main()
868 request_refused_response = MHD_create_response_from_buffer (strlen (REQUEST_REFUSED_PAGE), in main()
872 internal_error_response = MHD_create_response_from_buffer (strlen (INTERNAL_ERROR_PAGE), in main()
Ddual_stack_example.c52 response = MHD_create_response_from_buffer (strlen (me), in ahc_echo()
Dminimal_example.c52 response = MHD_create_response_from_buffer (strlen (me), in ahc_echo()
Dquerystring_example.c60 response = MHD_create_response_from_buffer (strlen (me), me, in ahc_echo()
Dfileserver_example.c78 response = MHD_create_response_from_buffer (strlen (PAGE), in ahc_echo()
Dhttps_fileserver_example.c147 response = MHD_create_response_from_buffer (strlen (EMPTY_PAGE), in http_ahc()
Dbenchmark.c129 response = MHD_create_response_from_buffer (strlen (PAGE), in main()
Dbenchmark_https.c180 response = MHD_create_response_from_buffer (strlen (PAGE), in main()
Dfileserver_example_dirs.c120 response = MHD_create_response_from_buffer (strlen (emsg), in ahc_echo()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dbasicauthentication.c50 MHD_create_response_from_buffer (strlen (page), (void *) page, in answer_to_connection()
60 MHD_create_response_from_buffer (strlen (page), (void *) page, in answer_to_connection()
Dsessions.c306 response = MHD_create_response_from_buffer (strlen (form), in serve_simple_form()
348 response = MHD_create_response_from_buffer (strlen (reply), in fill_v1_form()
391 response = MHD_create_response_from_buffer (strlen (reply), in fill_v1_v2_form()
424 response = MHD_create_response_from_buffer (strlen (NOT_FOUND_ERROR), in not_found_page()
640 response = MHD_create_response_from_buffer (strlen (METHOD_ERROR), in create_response()
Dtlsauthentication.c126 response = MHD_create_response_from_buffer (0, NULL, in ask_for_authentication()
200 MHD_create_response_from_buffer (strlen (page), (void *) page, in secret_page()
Dhellobrowser.c28 MHD_create_response_from_buffer (strlen (page), (void *) page, in answer_to_connection()
Dresponseheaders.c46 MHD_create_response_from_buffer (strlen (errorstr), in answer_to_connection()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_digestauth.c89 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo()
107 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo()
119 response = MHD_create_response_from_buffer(strlen(PAGE), PAGE, in ahc_echo()
Dtest_digestauth_with_arguments.c88 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo()
106 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo()
118 response = MHD_create_response_from_buffer(strlen(PAGE), PAGE, in ahc_echo()
Dtest_termination.c75 MHD_create_response_from_buffer (strlen ("Response"), "Response", in connection_handler()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtest_https_session_info.c81 response = MHD_create_response_from_buffer (strlen (EMPTY_PAGE), in query_session_ahc()

123