Searched refs:askpage (Results 1 - 5 of 5) sorted by relevance

/external/libmicrohttpd/src/examples/
H A Drefuse_post_example.c27 const char *askpage = "<html><body>\n\ variable
91 NULL, NULL, &ahc_echo, (void *) askpage,
/external/libmicrohttpd/doc/examples/
H A Dsimplepost.c31 const char *askpage = "<html><body>\ variable
154 return send_page (connection, askpage);
H A Dlargepost.c34 const char *askpage = "<html><body>\n\ variable
194 snprintf (buffer, sizeof (buffer), askpage, nr_of_uploading_clients);
/external/libmicrohttpd/doc/chapters/
H A Dprocessingpost.inc17 const char* askpage = "<html><body>\
204 return send_page (connection, askpage);
H A 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. Anything else

Completed in 127 milliseconds