OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAIN_PAGE
(Results
1 - 2
of
2
) sorted by null
/external/libmicrohttpd/src/examples/
post_example.c
45
#define
MAIN_PAGE
"<html><head><title>Welcome</title></head><body><form action=\"/2\" method=\"post\">What is your name? <input type=\"text\" name=\"v1\" value=\"%s\" /><input type=\"submit\" value=\"Next\" /></body></html>"
319
reply = malloc (strlen (
MAIN_PAGE
) + strlen (session->value_1) + 1);
323
strlen (
MAIN_PAGE
) + strlen (session->value_1) + 1,
324
MAIN_PAGE
,
/external/libmicrohttpd/doc/examples/
sessions.c
67
#define
MAIN_PAGE
"<html><head><title>Welcome</title></head><body><form action=\"/2\" method=\"post\">What is your name? <input type=\"text\" name=\"v1\" value=\"%s\" /><input type=\"submit\" value=\"Next\" /></body></html>"
443
{ "/", "text/html", &fill_v1_form,
MAIN_PAGE
},
Completed in 751 milliseconds