Lines Matching refs:send_page
859 send_page(struct MHD_Connection *connection, const char* page)' for
1008 return send_page (connection, askpage);
1026 return send_page (connection, con_info->answerstring);
1030 return send_page(connection, errorpage);
1085 conformance of our server a bit, we extend the `send_page' function so
1089 send_page (struct MHD_Connection *connection,
1129 return send_page(connection, busypage, MHD_HTTP_SERVICE_UNAVAILABLE);
1185 return send_page (connection, buffer, MHD_HTTP_OK);
1205 return send_page (connection, con_info->answerstring,
1209 return send_page(connection, errorpage, MHD_HTTP_BAD_REQUEST);
2750 send_page (struct MHD_Connection *connection, const char *page)
2858 return send_page (connection, askpage);
2874 return send_page (connection, con_info->answerstring);
2877 return send_page (connection, errorpage);
2961 send_page (struct MHD_Connection *connection, const char *page,
3060 return send_page (connection, busypage, MHD_HTTP_SERVICE_UNAVAILABLE);
3099 return send_page (connection, buffer, MHD_HTTP_OK);
3121 /* Now it is safe to open and inspect the file before calling send_page with a response */
3122 return send_page (connection, con_info->answerstring,
3128 return send_page (connection, errorpage, MHD_HTTP_BAD_REQUEST);