Home
last modified time | relevance | path

Searched refs:MHD_HEADER_KIND (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dtest_postprocessor.c137 header.kind = MHD_HEADER_KIND; in test_urlencoding()
183 header.kind = MHD_HEADER_KIND; in test_multipart_garbage()
216 header.kind = MHD_HEADER_KIND; in test_multipart_splits()
246 header.kind = MHD_HEADER_KIND; in test_multipart()
281 header.kind = MHD_HEADER_KIND; in test_nested_multipart()
315 header.kind = MHD_HEADER_KIND; in test_empty_value()
Dconnection.c252 MHD_HEADER_KIND, in need_100_continue()
520 MHD_HEADER_KIND, in keepalive_possible()
690 kind = MHD_HEADER_KIND;
726 MHD_HEADER_KIND,
1305 MHD_HEADER_KIND,
1902 MHD_HEADER_KIND,
1925 MHD_HEADER_KIND,
1936 MHD_HEADER_KIND,
2349 process_broken_line (connection, line, MHD_HEADER_KIND))
2586 MHD_lookup_connection_value (connection, MHD_HEADER_KIND,
Dtest_postprocessor_amp.c35 header.kind = MHD_HEADER_KIND; in main()
Dtest_postprocessor_large.c80 header.kind = MHD_HEADER_KIND; in test_simple_large()
Dbasicauth.c55 MHD_HEADER_KIND, in MHD_basic_auth_get_username_password()
Ddigestauth.c368 MHD_HEADER_KIND, in MHD_digest_auth_get_username()
586 MHD_HEADER_KIND, in MHD_digest_auth_check()
Dresponse.c104 MHD_HEADER_KIND, in MHD_add_response_header()
Dpostprocessor.c284 MHD_HEADER_KIND, in MHD_create_post_processor()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_process_headers.c72 (0 == strcmp (value, "127.0.0.1:21080")) && (kind == MHD_HEADER_KIND)) in kv_cb()
104 MHD_get_connection_values (connection, MHD_HEADER_KIND, &kv_cb, &ret); in ahc_echo()
107 hdr = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, "NotFound"); in ahc_echo()
111 MHD_HEADER_KIND, MHD_HTTP_HEADER_ACCEPT); in ahc_echo()
115 MHD_HEADER_KIND, MHD_HTTP_HEADER_HOST); in ahc_echo()
119 MHD_HEADER_KIND, "FakeHeader", "NowPresent"); in ahc_echo()
121 MHD_HEADER_KIND, "FakeHeader"); in ahc_echo()
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dmhd2spdy_http.c255 MHD_HEADER_KIND, MHD_HTTP_HEADER_CONTENT_LENGTH); in http_cb_request()
268 MHD_HEADER_KIND, in http_cb_request()
281 MHD_HEADER_KIND, in http_cb_request()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dlogging.c34 MHD_get_connection_values (connection, MHD_HEADER_KIND, print_out_key, in answer_to_connection()
Dtlsauthentication.c163 MHD_lookup_connection_value (connection, MHD_HEADER_KIND, in is_authenticated()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h933 MHD_HEADER_KIND = 1, enumerator
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dexploringrequests.inc55 MHD_get_connection_values (connection, MHD_HEADER_KIND, &print_out_key, NULL);
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx1099 const char* user_agent = MHD_lookup_connection_value (conn, MHD_HEADER_KIND, "User-Agent") ?: ""; in conninfo()
1100 …const char* x_forwarded_for = MHD_lookup_connection_value (conn, MHD_HEADER_KIND, "X-Forwarded-For… in conninfo()
2259 string ua = MHD_lookup_connection_value (conn, MHD_HEADER_KIND, "User-Agent") ?: ""; in handle_buildid()
2265 string xff = MHD_lookup_connection_value (conn, MHD_HEADER_KIND, "X-Forwarded-For") ?: ""; in handle_buildid()
2572 …const char *maxsize_string = MHD_lookup_connection_value(connection, MHD_HEADER_KIND, "X-DEBUGINFO… in handler_cb()
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.info382 MHD_get_connection_values (connection, MHD_HEADER_KIND, &print_out_key, NULL);
2493 MHD_get_connection_values (connection, MHD_HEADER_KIND, print_out_key,
4096 MHD_lookup_connection_value (connection, MHD_HEADER_KIND,
Dlibmicrohttpd.texi960 @item MHD_HEADER_KIND
Dlibmicrohttpd.info835 'MHD_HEADER_KIND'