Searched refs:file_not_found_response (Results 1 – 2 of 2) sorted by relevance
164 static struct MHD_Response *file_not_found_response; variable704 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()
165 static struct MHD_Response *file_not_found_response; variable705 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()