Home
last modified time | relevance | path

Searched refs:HD_CONTENT_LENGTH (Results 1 – 11 of 11) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_health_monitor_downstream_connection.cc79 http2::HD_CONTENT_LENGTH); in end_upload_data()
Dshrpx_downstream_test.cc72 http2::HD_CONTENT_LENGTH); in test_downstream_field_store_header()
203 http2::HD_CONTENT_LENGTH); in test_downstream_find_affinity_cookie()
Dshrpx_mruby_module_response.cc232 auto cl = resp.fs.header(http2::HD_CONTENT_LENGTH); in response_return()
249 content_length, false, http2::HD_CONTENT_LENGTH); in response_return()
Dhttp2.h318 HD_CONTENT_LENGTH, enumerator
Dshrpx_api_downstream_connection.cc148 content_length, false, http2::HD_CONTENT_LENGTH); in send_reply()
Dhttp2_test.cc127 hdidx[http2::HD_CONTENT_LENGTH] = 6; in test_http2_get_header()
128 rv = http2::get_header(hdidx, http2::HD_CONTENT_LENGTH, nva); in test_http2_get_header()
Dshrpx_downstream.cc485 if (kv.token != http2::HD_CONTENT_LENGTH) { in parse_content_length()
580 case http2::HD_CONTENT_LENGTH: in erase_content_length_and_transfer_encoding()
Dasio_client_session_impl.cc217 if (token == http2::HD_CONTENT_LENGTH) { in on_header_callback()
Dhttp2.cc912 return HD_CONTENT_LENGTH; in lookup_token()
Dshrpx_http2_session.cc1158 auto content_length = resp.fs.header(http2::HD_CONTENT_LENGTH); in on_response_headers()
Dshrpx_http2_upstream.cc342 auto content_length = req.fs.header(http2::HD_CONTENT_LENGTH); in on_request_headers()