Searched refs:MHD_HTTP_OK (Results 1 - 25 of 66) sorted by relevance

123

/external/libmicrohttpd/doc/chapters/
H A Dresponseheaders.inc118 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);
H A Dlargerpost.inc152 con_info->answercode = MHD_HTTP_OK;
169 return send_page (connection, buffer, MHD_HTTP_OK);
275 con_info->answercode = MHD_HTTP_OK;
/external/skia/tools/skiaserve/
H A DResponse.cpp75 int ret = MHD_queue_response(connection, MHD_HTTP_OK, response);
89 int status = MHD_HTTP_OK;
/external/libmicrohttpd/doc/examples/
H A Dhellobrowser.c30 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dlargepost.c113 con_info->answercode = MHD_HTTP_OK;
179 con_info->answercode = MHD_HTTP_OK;
195 return send_page (connection, buffer, MHD_HTTP_OK);
H A Dbasicauthentication.c62 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dresponseheaders.c64 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dsimplepost.c58 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
/external/libmicrohttpd/src/examples/
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_dirs.c140 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
155 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 Drefuse_post_example.c74 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
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);
H A Dfileserver_example.c95 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dhttps_fileserver_example.c163 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
H A Dfileserver_example_external_select.c96 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
/external/libmicrohttpd/src/testcurl/
H A Dtest_termination.c77 int ret = MHD_queue_response (connection, MHD_HTTP_OK, response);

Completed in 154 milliseconds

123