/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | largepost.c | 113 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()
|
D | sessions.c | 314 MHD_HTTP_OK, in serve_simple_form() 356 MHD_HTTP_OK, in fill_v1_form() 399 MHD_HTTP_OK, in fill_v1_v2_form()
|
D | hellobrowser.c | 30 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in answer_to_connection()
|
D | responseheaders.c | 64 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in answer_to_connection()
|
D | basicauthentication.c | 62 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in answer_to_connection()
|
D | simplepost.c | 58 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in send_page()
|
/third_party/skia/tools/skiaserve/ |
D | Response.cpp | 75 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/ |
D | fileserver_example_dirs.c | 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()
|
D | post_example.c | 294 MHD_HTTP_OK, in serve_simple_form() 337 MHD_HTTP_OK, in fill_v1_form() 381 MHD_HTTP_OK, in fill_v1_v2_form()
|
D | dual_stack_example.c | 55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
D | minimal_example.c | 55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
D | chunked_example.c | 66 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
D | minimal_example_comet.c | 62 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
D | refuse_post_example.c | 74 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
D | querystring_example.c | 67 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
D | authorization_example.c | 83 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
D | fileserver_example.c | 95 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
D | https_fileserver_example.c | 163 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in http_ahc()
|
D | digest_auth_example.c | 84 ret = MHD_queue_response(connection, MHD_HTTP_OK, response); in ahc_echo()
|
D | benchmark.c | 114 return MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
D | benchmark_https.c | 114 return MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
D | fileserver_example_external_select.c | 96 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_termination.c | 77 int ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in connection_handler()
|
D | test_urlparse.c | 117 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
D | test_https_session_info.c | 84 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in query_session_ahc()
|