Home
last modified time | relevance | path

Searched refs:HD_TE (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dhttp2_test.cc105 8, false, http2::HD_TE); in test_http2_add_header()
106 CU_ASSERT(http2::HD_TE == nva[0].token); in test_http2_add_header()
144 {StringRef::from_lit("te"), StringRef::from_lit("8"), false, http2::HD_TE},
145 {StringRef::from_lit("te"), StringRef::from_lit("9"), false, http2::HD_TE},
Dhttp2.h335 HD_TE, enumerator
Dshrpx_http2_downstream_connection.cc451 auto te = req.fs.header(http2::HD_TE); in push_request_headers()
Dhttp2.cc390 case HD_TE: in copy_headers_to_nva_internal()
740 return HD_TE; in lookup_token()
Dshrpx_http2_upstream.cc1532 case http2::HD_TE: in send_reply()