Home
last modified time | relevance | path

Searched refs:MHD_HTTP_OK (Results 1 – 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dlargepost.c113 con_info->answercode = MHD_HTTP_OK; in iterate_post()
179 con_info->answercode = MHD_HTTP_OK; in answer_to_connection()
195 return send_page (connection, buffer, MHD_HTTP_OK); in answer_to_connection()
Dsessions.c314 MHD_HTTP_OK, in serve_simple_form()
356 MHD_HTTP_OK, in fill_v1_form()
399 MHD_HTTP_OK, in fill_v1_v2_form()
Dhellobrowser.c30 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in answer_to_connection()
Dresponseheaders.c64 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()
Dsimplepost.c58 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in send_page()
/third_party/skia/tools/skiaserve/
DResponse.cpp75 int ret = MHD_queue_response(connection, MHD_HTTP_OK, response); in SendData()
89 int status = MHD_HTTP_OK; in SendTemplate()
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dfileserver_example_dirs.c140 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()
Dpost_example.c294 MHD_HTTP_OK, in serve_simple_form()
337 MHD_HTTP_OK, in fill_v1_form()
381 MHD_HTTP_OK, in fill_v1_v2_form()
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()
Drefuse_post_example.c74 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()
Dfileserver_example.c95 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
Dhttps_fileserver_example.c163 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in http_ahc()
Ddigest_auth_example.c84 ret = MHD_queue_response(connection, MHD_HTTP_OK, response); in ahc_echo()
Dbenchmark.c114 return 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()
Dfileserver_example_external_select.c96 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_termination.c77 int ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in connection_handler()
Dtest_urlparse.c117 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtest_https_session_info.c84 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in query_session_ahc()

123