Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/examples/
Ddemo.c66 #define FILE_NOT_FOUND_PAGE "<html><head><title>File not found</title></head><body>File not found</… macro
864 file_not_found_response = MHD_create_response_from_buffer (strlen (FILE_NOT_FOUND_PAGE), in main()
865 (void *) FILE_NOT_FOUND_PAGE, in main()
Ddemo_https.c67 #define FILE_NOT_FOUND_PAGE "<html><head><title>File not found</title></head><body>File not found</… macro
915 file_not_found_response = MHD_create_response_from_buffer (strlen (FILE_NOT_FOUND_PAGE), in main()
916 (void *) FILE_NOT_FOUND_PAGE, in main()