Home
last modified time | relevance | path

Searched refs:MHD_HTTP_INTERNAL_SERVER_ERROR (Results 1 – 9 of 9) sorted by relevance

/external/libmicrohttpd/doc/examples/
Dresponseheaders.c52 MHD_queue_response (connection, MHD_HTTP_INTERNAL_SERVER_ERROR, in answer_to_connection()
Dlargepost.c86 con_info->answercode = MHD_HTTP_INTERNAL_SERVER_ERROR; in iterate_post()
/external/libmicrohttpd/doc/chapters/
Dresponseheaders.inc57 server side and if so, the client should be informed with @code{MHD_HTTP_INTERNAL_SERVER_ERROR}.
72 MHD_queue_response (connection, MHD_HTTP_INTERNAL_SERVER_ERROR,
93 MHD_HTTP_INTERNAL_SERVER_ERROR,
Dlargerpost.inc225 con_info->answercode = MHD_HTTP_INTERNAL_SERVER_ERROR;
/external/libmicrohttpd/src/include/
Dmicrohttpd.h278 #define MHD_HTTP_INTERNAL_SERVER_ERROR 500 macro
/external/libmicrohttpd/src/examples/
Ddemo_https.c649 MHD_HTTP_INTERNAL_SERVER_ERROR, in return_directory_response()
Ddemo.c648 MHD_HTTP_INTERNAL_SERVER_ERROR, in return_directory_response()
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info501 `MHD_HTTP_INTERNAL_SERVER_ERROR'.
515 MHD_queue_response (connection, MHD_HTTP_INTERNAL_SERVER_ERROR,
536 MHD_HTTP_INTERNAL_SERVER_ERROR,
1234 con_info->answercode = MHD_HTTP_INTERNAL_SERVER_ERROR;
2573 MHD_queue_response (connection, MHD_HTTP_INTERNAL_SERVER_ERROR,
2990 con_info->answercode = MHD_HTTP_INTERNAL_SERVER_ERROR;
/external/libmicrohttpd/src/microhttpd/
Dconnection.c1046 MHD_HTTP_INTERNAL_SERVER_ERROR,