Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dhttp3.h82 nghttp3_nv make_nv_ls(const char (&name)[N], const std::string &value) { in make_nv_ls() function
DHttpServer.cc936 http2::make_nv_ls("date", sessions_->get_cached_date()), in submit_file_response()
947 nva[nvlen++] = http2::make_nv_ls("last-modified", last_modified_str); in submit_file_response()
950 nva[nvlen++] = http2::make_nv_ls("content-type", *content_type); in submit_file_response()
967 nva.push_back(http2::make_nv_ls("date", sessions_->get_cached_date())); in submit_response()
988 http2::make_nv_ls("date", sessions_->get_cached_date()), in submit_response()
1005 auto nva = make_array(http2::make_nv_ls(":status", status)); in submit_non_final_response()
Dhttp2.h174 nghttp2_nv make_nv_ls(const char (&name)[N], const std::string &value) { in make_nv_ls() function
Dnghttp.cc519 nva.push_back(http2::make_nv_ls("trailer", trailer_names)); in submit_request()
Dh2load.cc3073 nva.push_back(http2::make_nv_ls(":path", req)); in main()