Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/examples/
Ddemo.c72 #define INTERNAL_ERROR_PAGE "<html><head><title>Internal error</title></head><body>Internal error</… macro
872 internal_error_response = MHD_create_response_from_buffer (strlen (INTERNAL_ERROR_PAGE), in main()
873 (void *) INTERNAL_ERROR_PAGE, in main()
Ddemo_https.c73 #define INTERNAL_ERROR_PAGE "<html><head><title>Internal error</title></head><body>Internal error</… macro
923 internal_error_response = MHD_create_response_from_buffer (strlen (INTERNAL_ERROR_PAGE), in main()
924 (void *) INTERNAL_ERROR_PAGE, in main()