Searched refs:MHD_queue_response (Results 1 - 25 of 71) sorted by relevance

123

/external/libmicrohttpd/doc/chapters/
H A Dresponseheaders.inc72 MHD_queue_response (connection, MHD_HTTP_INTERNAL_SERVER_ERROR,
92 ret = MHD_queue_response (connection,
118 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
136 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dhellobrowser.inc82 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dbasicauthentication.inc122 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
/external/skia/tools/skiaserve/
H A DResponse.cpp50 int ret = MHD_queue_response(connection, 200, response);
59 int ret = MHD_queue_response(connection, 500, response);
75 int ret = MHD_queue_response(connection, MHD_HTTP_OK, response);
109 int ret = MHD_queue_response(connection, status, response);
/external/libmicrohttpd/doc/examples/
H A Dresponseheaders.c52 MHD_queue_response (connection, MHD_HTTP_INTERNAL_SERVER_ERROR,
64 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dhellobrowser.c30 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dbasicauthentication.c62 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
/external/libmicrohttpd/src/examples/
H A Drefuse_post_example.c63 MHD_queue_response (connection, MHD_HTTP_SERVICE_UNAVAILABLE,
74 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dfileserver_example_dirs.c125 ret = MHD_queue_response (connection, MHD_HTTP_SERVICE_UNAVAILABLE, response);
140 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
155 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dchunked_example.c66 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Ddual_stack_example.c55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dminimal_example.c55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dminimal_example_comet.c62 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dfileserver_example.c81 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response);
95 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dhttps_fileserver_example.c150 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response);
163 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dfileserver_example_external_select.c82 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response);
96 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dauthorization_example.c83 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dquerystring_example.c67 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Ddemo.c647 ret = MHD_queue_response (connection,
651 ret = MHD_queue_response (connection,
702 return MHD_queue_response (connection,
726 ret = MHD_queue_response (connection,
776 return MHD_queue_response (connection,
792 return MHD_queue_response (connection,
H A Ddemo_https.c648 ret = MHD_queue_response (connection,
652 ret = MHD_queue_response (connection,
703 return MHD_queue_response (connection,
727 ret = MHD_queue_response (connection,
777 return MHD_queue_response (connection,
793 return MHD_queue_response (connection,
H A Dbenchmark.c114 return MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dbenchmark_https.c114 return MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Ddigest_auth_example.c84 ret = MHD_queue_response(connection, MHD_HTTP_OK, response);
/external/libmicrohttpd/src/microhttpd/
H A Dbasicauth.c142 ret = MHD_queue_response (connection,
/external/libmicrohttpd/src/testcurl/
H A Dtest_termination.c77 int ret = MHD_queue_response (connection, MHD_HTTP_OK, response);

Completed in 345 milliseconds

123