/third_party/skia/tools/skiaserve/ |
D | Response.cpp | 69 MHD_add_response_header(response, "Content-Type", type); in SendData() 72 MHD_add_response_header(response, "Content-Disposition", dispositionString); in SendData() 87 MHD_add_response_header (response, "Access-Control-Allow-Origin", "*"); in SendTemplate() 92 MHD_add_response_header (response, "Location", redirectUrl); in SendTemplate()
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | sessions.c | 276 MHD_add_response_header (response, in add_session_cookie() 310 MHD_add_response_header (response, in serve_simple_form() 352 MHD_add_response_header (response, in fill_v1_form() 395 MHD_add_response_header (response, in fill_v1_v2_form() 430 MHD_add_response_header (response, in not_found_page()
|
D | responseheaders.c | 63 MHD_add_response_header (response, "Content-Type", MIMETYPE); in answer_to_connection()
|
D | largepost.c | 68 MHD_add_response_header (response, MHD_HTTP_HEADER_CONTENT_TYPE, "text/html"); in send_page()
|
D | tlsauthentication.c | 138 ret = MHD_add_response_header (response, "WWW-Authenticate", headervalue); in ask_for_authentication()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | post_example.c | 254 MHD_add_response_header (response, in add_session_cookie() 290 MHD_add_response_header (response, in serve_simple_form() 333 MHD_add_response_header (response, in fill_v1_form() 377 MHD_add_response_header (response, in fill_v1_v2_form() 414 MHD_add_response_header (response, in not_found_page()
|
D | mhd2spdy_http.c | 307 if(MHD_NO == MHD_add_response_header (proxy->http_response, in http_cb_request() 310 if(MHD_NO == MHD_add_response_header (proxy->http_response, in http_cb_request() 313 if(MHD_NO == MHD_add_response_header (proxy->http_response, in http_cb_request() 352 if(MHD_NO == MHD_add_response_header (proxy->http_response, in http_create_response()
|
D | demo_https.c | 201 (void) MHD_add_response_header (response, in mark_as_html() 374 (void) MHD_add_response_header (response, in update_directory() 724 (void) MHD_add_response_header (response, in generate_page()
|
D | demo.c | 200 (void) MHD_add_response_header (response, in mark_as_html() 373 (void) MHD_add_response_header (response, in update_directory() 723 (void) MHD_add_response_header (response, in generate_page()
|
D | benchmark.c | 133 (void) MHD_add_response_header (response, in main()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | basicauth.c | 137 ret = MHD_add_response_header (response, in MHD_queue_basic_auth_fail_response()
|
D | response.c | 100 MHD_add_response_header (struct MHD_Response *response, in MHD_add_response_header() function
|
D | digestauth.c | 858 ret = MHD_add_response_header(response, in MHD_queue_auth_fail_response()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_process_headers.c | 128 MHD_add_response_header (response, "MyHeader", "MyValue"); in ahc_echo() 132 MHD_add_response_header (response, "MyHeader", "MyValueToo"); in ahc_echo()
|
D | test_get_chunked.c | 80 MHD_add_response_header (*responseptr, "Footer", "working"); in crc()
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | responseheaders.inc | 117 MHD_add_response_header (response, "Content-Type", MIMETYPE); 128 MHD_add_response_header(response, "Content-Type", MIMETYPE);
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
D | test_get_chunked.c | 71 MHD_add_response_header (*responseptr, "Footer", "working"); in crc()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 2214 MHD_add_response_header (struct MHD_Response *response,
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 558 MHD_add_response_header (response, "Content-Type", MIMETYPE); 567 MHD_add_response_header(response, "Content-Type", MIMETYPE); 2584 MHD_add_response_header (response, "Content-Type", MIMETYPE); 2972 MHD_add_response_header (response, MHD_HTTP_HEADER_CONTENT_TYPE, "text/html"); 3429 MHD_add_response_header (response, 3463 MHD_add_response_header (response, 3505 MHD_add_response_header (response, 3548 MHD_add_response_header (response, 3583 MHD_add_response_header (response, 4071 ret = MHD_add_response_header (response, "WWW-Authenticate", headervalue);
|
D | libmicrohttpd.texi | 611 MHD_add_response_header (response, 1929 @deftypefun int MHD_add_response_header (struct MHD_Response *response, const char *header, const c…
|
D | libmicrohttpd.info | 531 MHD_add_response_header (response, 1677 -- Function: int MHD_add_response_header (struct MHD_Response 3990 * MHD_add_response_header: microhttpd-response headers.
|
/third_party/elfutils/debuginfod/ |
D | ChangeLog | 230 MHD_add_response_header.
|
D | debuginfod.cxx | 1118 if (MHD_add_response_header (r, h, v) == MHD_NO) in add_mhd_response_header()
|