Searched refs:serve_simple_form (Results 1 – 3 of 3) sorted by relevance
/external/libmicrohttpd/src/examples/ |
D | post_example.c | 274 serve_simple_form (const void *cls, in serve_simple_form() function 429 { "/S", "text/html", &serve_simple_form, SUBMIT_PAGE }, 430 { "/F", "text/html", &serve_simple_form, LAST_PAGE },
|
/external/libmicrohttpd/doc/examples/ |
D | sessions.c | 296 serve_simple_form (const void *cls, in serve_simple_form() function 445 { "/S", "text/html", &serve_simple_form, SUBMIT_PAGE }, 446 { "/F", "text/html", &serve_simple_form, LAST_PAGE },
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd-tutorial.info | 3449 serve_simple_form (const void *cls, 3598 { "/S", "text/html", &serve_simple_form, SUBMIT_PAGE }, 3599 { "/F", "text/html", &serve_simple_form, LAST_PAGE },
|