Searched refs:FILE_NOT_FOUND_PAGE (Results 1 – 2 of 2) sorted by relevance
66 #define FILE_NOT_FOUND_PAGE "<html><head><title>File not found</title></head><body>File not found</… macro864 file_not_found_response = MHD_create_response_from_buffer (strlen (FILE_NOT_FOUND_PAGE), in main()865 (void *) FILE_NOT_FOUND_PAGE, in main()
67 #define FILE_NOT_FOUND_PAGE "<html><head><title>File not found</title></head><body>File not found</… macro915 file_not_found_response = MHD_create_response_from_buffer (strlen (FILE_NOT_FOUND_PAGE), in main()916 (void *) FILE_NOT_FOUND_PAGE, in main()