Searched refs:LAST_PAGE (Results 1 – 3 of 3) sorted by relevance
/external/libmicrohttpd/doc/examples/ |
D | sessions.c | 82 #define LAST_PAGE "<html><head><title>Thank you</title></head><body>Thank you.</body></html>" macro 446 { "/F", "text/html", &serve_simple_form, LAST_PAGE },
|
/external/libmicrohttpd/src/examples/ |
D | post_example.c | 60 #define LAST_PAGE "<html><head><title>Thank you</title></head><body>Thank you.</body></html>" macro 430 { "/F", "text/html", &serve_simple_form, LAST_PAGE },
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd-tutorial.info | 3235 #define LAST_PAGE "<html><head><title>Thank you</title></head><body>Thank you.</body></html>" 3599 { "/F", "text/html", &serve_simple_form, LAST_PAGE },
|