Home
last modified time | relevance | path

Searched refs:request_refused_response (Results 1 – 2 of 2) sorted by relevance

/external/libmicrohttpd/src/examples/
Ddemo.c179 static struct MHD_Response *request_refused_response; variable
512 uc->response = request_refused_response; in process_upload_data()
523 uc->response = request_refused_response; in process_upload_data()
563 uc->response = request_refused_response; in process_upload_data()
794 request_refused_response); in generate_page()
868 request_refused_response = MHD_create_response_from_buffer (strlen (REQUEST_REFUSED_PAGE), in main()
871 mark_as_html (request_refused_response); in main()
899 MHD_destroy_response (request_refused_response); in main()
Ddemo_https.c180 static struct MHD_Response *request_refused_response; variable
513 uc->response = request_refused_response; in process_upload_data()
524 uc->response = request_refused_response; in process_upload_data()
564 uc->response = request_refused_response; in process_upload_data()
795 request_refused_response); in generate_page()
919 request_refused_response = MHD_create_response_from_buffer (strlen (REQUEST_REFUSED_PAGE), in main()
922 mark_as_html (request_refused_response); in main()
952 MHD_destroy_response (request_refused_response); in main()