Home
last modified time | relevance | path

Searched refs:MHD_queue_response (Results 1 – 25 of 74) sorted by relevance

123

/external/skia/tools/skiaserve/
DResponse.cpp50 int ret = MHD_queue_response(connection, 200, response); in SendOK()
59 int ret = MHD_queue_response(connection, 500, response); in SendError()
75 int ret = MHD_queue_response(connection, MHD_HTTP_OK, response); in SendData()
109 int ret = MHD_queue_response(connection, status, response); in SendTemplate()
/external/libmicrohttpd/src/examples/
Dfileserver_example_dirs.c125 ret = MHD_queue_response (connection, MHD_HTTP_SERVICE_UNAVAILABLE, response); in ahc_echo()
140 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
155 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
Drefuse_post_example.c63 MHD_queue_response (connection, MHD_HTTP_SERVICE_UNAVAILABLE, in ahc_echo()
74 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
Ddemo.c647 ret = MHD_queue_response (connection, in return_directory_response()
651 ret = MHD_queue_response (connection, in return_directory_response()
702 return MHD_queue_response (connection, in generate_page()
726 ret = MHD_queue_response (connection, in generate_page()
776 return MHD_queue_response (connection, in generate_page()
792 return MHD_queue_response (connection, in generate_page()
Ddemo_https.c648 ret = MHD_queue_response (connection, in return_directory_response()
652 ret = MHD_queue_response (connection, in return_directory_response()
703 return MHD_queue_response (connection, in generate_page()
727 ret = MHD_queue_response (connection, in generate_page()
777 return MHD_queue_response (connection, in generate_page()
793 return MHD_queue_response (connection, in generate_page()
Dpost_example.c293 ret = MHD_queue_response (connection, in serve_simple_form()
336 ret = MHD_queue_response (connection, in fill_v1_form()
380 ret = MHD_queue_response (connection, in fill_v1_v2_form()
411 ret = MHD_queue_response (connection, in not_found_page()
626 ret = MHD_queue_response (connection, in create_response()
Dfileserver_example.c81 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response); in ahc_echo()
95 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
Dhttps_fileserver_example.c150 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response); in http_ahc()
163 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in http_ahc()
Dfileserver_example_external_select.c82 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response); in ahc_echo()
96 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
Ddual_stack_example.c55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
Dminimal_example.c55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
Dchunked_example.c66 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
Dminimal_example_comet.c62 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
Dquerystring_example.c67 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
Dauthorization_example.c83 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
Ddigest_auth_example.c84 ret = MHD_queue_response(connection, MHD_HTTP_OK, response); in ahc_echo()
Dbenchmark_https.c114 return MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
/external/libmicrohttpd/doc/examples/
Dresponseheaders.c52 MHD_queue_response (connection, MHD_HTTP_INTERNAL_SERVER_ERROR, in answer_to_connection()
64 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in answer_to_connection()
Dsessions.c313 ret = MHD_queue_response (connection, in serve_simple_form()
355 ret = MHD_queue_response (connection, in fill_v1_form()
398 ret = MHD_queue_response (connection, in fill_v1_v2_form()
427 ret = MHD_queue_response (connection, in not_found_page()
643 ret = MHD_queue_response (connection, in create_response()
Dtlsauthentication.c146 ret = MHD_queue_response (connection, MHD_HTTP_UNAUTHORIZED, response); in ask_for_authentication()
205 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in secret_page()
Dhellobrowser.c30 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in answer_to_connection()
Dbasicauthentication.c62 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in answer_to_connection()
/external/libmicrohttpd/doc/chapters/
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);
/external/libmicrohttpd/src/testcurl/
Dtest_termination.c77 int ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in connection_handler()
/external/libmicrohttpd/src/microhttpd/
Dbasicauth.c142 ret = MHD_queue_response (connection, in MHD_queue_basic_auth_fail_response()

123