Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/examples/
Dpost_example.c45 #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/
Dsessions.c67 #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/
Dlibmicrohttpd-tutorial.info3220 …#define MAIN_PAGE "<html><head><title>Welcome</title></head><body><form action=\"/2\" method=\"pos…
3596 { "/", "text/html", &fill_v1_form, MAIN_PAGE },