Home
last modified time | relevance | path

Searched refs:EMPTY_PAGE (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/examples/
Dhttps_fileserver_example.c48 #define EMPTY_PAGE "<html><head><title>File not found</title></head><body>File not found</body></ht… macro
147 response = MHD_create_response_from_buffer (strlen (EMPTY_PAGE), in http_ahc()
148 (void *) EMPTY_PAGE, in http_ahc()
/external/libmicrohttpd/src/testcurl/https/
Dtest_https_session_info.c81 response = MHD_create_response_from_buffer (strlen (EMPTY_PAGE), in query_session_ahc()
82 (void *) EMPTY_PAGE, in query_session_ahc()
Dtls_test_common.h40 #define EMPTY_PAGE "<html><head><title>Empty page</title></head><body>Empty page</body></html>" macro