Home
last modified time | relevance | path

Searched refs:copy_headers_to_nva (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dhttp2_test.cc194 http2::copy_headers_to_nva(nva, headers, http2::HDOP_STRIP_X_FORWARDED_FOR); in test_http2_copy_headers_to_nva()
209 http2::copy_headers_to_nva(nva, headers2, http2::HDOP_NONE); in test_http2_copy_headers_to_nva()
217 http2::copy_headers_to_nva(nva, headers2, http2::HDOP_STRIP_ALL); in test_http2_copy_headers_to_nva()
Dhttp2.h231 void copy_headers_to_nva(std::vector<nghttp2_nv> &nva,
Dhttp2.cc468 void copy_headers_to_nva(std::vector<nghttp2_nv> &nva, in copy_headers_to_nva() function