Searched refs:askpage (Results 1 – 6 of 6) sorted by relevance
/external/libmicrohttpd/src/examples/ |
D | refuse_post_example.c | 27 const char *askpage = "<html><body>\n\ variable 91 NULL, NULL, &ahc_echo, (void *) askpage, in main()
|
/external/libmicrohttpd/doc/examples/ |
D | simplepost.c | 31 const char *askpage = "<html><body>\ variable 154 return send_page (connection, askpage); in answer_to_connection()
|
D | largepost.c | 34 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/ |
D | largerpost.inc | 31 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…
|
D | processingpost.inc | 17 const char* askpage = "<html><body>\ 204 return send_page (connection, askpage);
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd-tutorial.info | 841 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);
|