Searched refs:MAIN_PAGE (Results 1 – 3 of 3) sorted by relevance
/external/libmicrohttpd/src/examples/ |
D | post_example.c | 45 #define MAIN_PAGE "<html><head><title>Welcome</title></head><body><form action=\"/2\" method=\"post… macro 319 reply = malloc (strlen (MAIN_PAGE) + strlen (session->value_1) + 1); in fill_v1_form() 323 strlen (MAIN_PAGE) + strlen (session->value_1) + 1, in fill_v1_form() 324 MAIN_PAGE, in fill_v1_form()
|
/external/libmicrohttpd/doc/examples/ |
D | sessions.c | 67 #define MAIN_PAGE "<html><head><title>Welcome</title></head><body><form action=\"/2\" method=\"post… macro 443 { "/", "text/html", &fill_v1_form, MAIN_PAGE },
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd-tutorial.info | 3220 …#define MAIN_PAGE "<html><head><title>Welcome</title></head><body><form action=\"/2\" method=\"pos… 3596 { "/", "text/html", &fill_v1_form, MAIN_PAGE },
|