Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/examples/
Ddemo.c164 static struct MHD_Response *file_not_found_response; variable
704 file_not_found_response); in generate_page()
864 file_not_found_response = MHD_create_response_from_buffer (strlen (FILE_NOT_FOUND_PAGE), in main()
867 mark_as_html (file_not_found_response); in main()
898 MHD_destroy_response (file_not_found_response); in main()
Ddemo_https.c165 static struct MHD_Response *file_not_found_response; variable
705 file_not_found_response); in generate_page()
915 file_not_found_response = MHD_create_response_from_buffer (strlen (FILE_NOT_FOUND_PAGE), in main()
918 mark_as_html (file_not_found_response); in main()
951 MHD_destroy_response (file_not_found_response); in main()