Home
last modified time | relevance | path

Searched refs:MHD_add_response_header (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/tools/skiaserve/
DResponse.cpp69 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/
Dsessions.c276 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()
Dresponseheaders.c63 MHD_add_response_header (response, "Content-Type", MIMETYPE); in answer_to_connection()
Dlargepost.c68 MHD_add_response_header (response, MHD_HTTP_HEADER_CONTENT_TYPE, "text/html"); in send_page()
Dtlsauthentication.c138 ret = MHD_add_response_header (response, "WWW-Authenticate", headervalue); in ask_for_authentication()
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dpost_example.c254 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()
Dmhd2spdy_http.c307 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()
Ddemo_https.c201 (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()
Ddemo.c200 (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()
Dbenchmark.c133 (void) MHD_add_response_header (response, in main()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dbasicauth.c137 ret = MHD_add_response_header (response, in MHD_queue_basic_auth_fail_response()
Dresponse.c100 MHD_add_response_header (struct MHD_Response *response, in MHD_add_response_header() function
Ddigestauth.c858 ret = MHD_add_response_header(response, in MHD_queue_auth_fail_response()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_process_headers.c128 MHD_add_response_header (response, "MyHeader", "MyValue"); in ahc_echo()
132 MHD_add_response_header (response, "MyHeader", "MyValueToo"); in ahc_echo()
Dtest_get_chunked.c80 MHD_add_response_header (*responseptr, "Footer", "working"); in crc()
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dresponseheaders.inc117 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/
Dtest_get_chunked.c71 MHD_add_response_header (*responseptr, "Footer", "working"); in crc()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h2214 MHD_add_response_header (struct MHD_Response *response,
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.info558 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);
Dlibmicrohttpd.texi611 MHD_add_response_header (response,
1929 @deftypefun int MHD_add_response_header (struct MHD_Response *response, const char *header, const c…
Dlibmicrohttpd.info531 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/
DChangeLog230 MHD_add_response_header.
Ddebuginfod.cxx1118 if (MHD_add_response_header (r, h, v) == MHD_NO) in add_mhd_response_header()