Searched refs:MHD_HEADER_KIND (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | test_postprocessor.c | 137 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()
|
D | test_postprocessor_amp.c | 35 header.kind = MHD_HEADER_KIND; in main()
|
D | test_postprocessor_large.c | 80 header.kind = MHD_HEADER_KIND; in test_simple_large()
|
D | basicauth.c | 55 MHD_HEADER_KIND, in MHD_basic_auth_get_username_password()
|
D | connection.c | 252 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,
|
D | digestauth.c | 368 MHD_HEADER_KIND, in MHD_digest_auth_get_username() 586 MHD_HEADER_KIND, in MHD_digest_auth_check()
|
D | response.c | 104 MHD_HEADER_KIND, in MHD_add_response_header()
|
D | postprocessor.c | 284 MHD_HEADER_KIND, in MHD_create_post_processor()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_process_headers.c | 72 (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/ |
D | mhd2spdy_http.c | 255 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/ |
D | logging.c | 34 MHD_get_connection_values (connection, MHD_HEADER_KIND, print_out_key, in answer_to_connection()
|
D | tlsauthentication.c | 163 MHD_lookup_connection_value (connection, MHD_HEADER_KIND, in is_authenticated()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 933 MHD_HEADER_KIND = 1, enumerator
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | exploringrequests.inc | 55 MHD_get_connection_values (connection, MHD_HEADER_KIND, &print_out_key, NULL);
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 382 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,
|
D | libmicrohttpd.texi | 960 @item MHD_HEADER_KIND
|
D | libmicrohttpd.info | 835 'MHD_HEADER_KIND'
|