HomeSort by relevance Sort by last modified time
    Searched refs:SUBMIT_PAGE (Results 1 - 2 of 2) sorted by null

  /external/libmicrohttpd/doc/examples/
sessions.c 77 #define SUBMIT_PAGE "<html><head><title>Ready to submit?</title></head><body><form action=\"/F\" method=\"post\"><a href=\"/2\">previous </a> <input type=\"hidden\" name=\"DONE\" value=\"yes\" /><input type=\"submit\" value=\"Submit\" /></body></html>"
445 { "/S", "text/html", &serve_simple_form, SUBMIT_PAGE },
  /external/libmicrohttpd/src/examples/
post_example.c 55 #define SUBMIT_PAGE "<html><head><title>Ready to submit?</title></head><body><form action=\"/F\" method=\"post\"><a href=\"/2\">previous </a> <input type=\"hidden\" name=\"DONE\" value=\"yes\" /><input type=\"submit\" value=\"Submit\" /></body></html>"
429 { "/S", "text/html", &serve_simple_form, SUBMIT_PAGE },

Completed in 99 milliseconds