Home
last modified time | relevance | path

Searched refs:askpage (Results 1 – 6 of 6) sorted by relevance

/external/libmicrohttpd/src/examples/
Drefuse_post_example.c27 const char *askpage = "<html><body>\n\ variable
91 NULL, NULL, &ahc_echo, (void *) askpage, in main()
/external/libmicrohttpd/doc/examples/
Dsimplepost.c31 const char *askpage = "<html><body>\ variable
154 return send_page (connection, askpage); in answer_to_connection()
Dlargepost.c34 const char *askpage = "<html><body>\n\ variable
194 snprintf (buffer, sizeof (buffer), askpage, nr_of_uploading_clients); in answer_to_connection()
/external/libmicrohttpd/doc/chapters/
Dlargerpost.inc31 const char* askpage = "<html><body>\n\
168 sprintf (buffer, askpage, nr_of_uploading_clients);
229 In the "askpage" @emph{form}, we told the client to label its post data with the "file" key. Anythi…
Dprocessingpost.inc17 const char* askpage = "<html><body>\
204 return send_page (connection, askpage);
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info841 const char* askpage = "<html><body>\
1008 return send_page (connection, askpage);
1066 const char* askpage = "<html><body>\n\
1184 sprintf (buffer, askpage, nr_of_uploading_clients);
1235 In the "askpage" _form_, we told the client to label its post data
2735 const char *askpage = "<html><body>\
2858 return send_page (connection, askpage);
2938 const char *askpage = "<html><body>\n\
3098 snprintf (buffer, sizeof (buffer), askpage, nr_of_uploading_clients);