Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dhttp3.h82 nghttp3_nv make_nv_ls(const char (&name)[N], const std::string &value) { in make_nv_ls() function
H A DHttpServer.cc940 http2::make_nv_ls("date", sessions_->get_cached_date()), in submit_file_response()
951 nva[nvlen++] = http2::make_nv_ls("last-modified", last_modified_str); in submit_file_response()
954 nva[nvlen++] = http2::make_nv_ls("content-type", *content_type); in submit_file_response()
971 nva.push_back(http2::make_nv_ls("date", sessions_->get_cached_date())); in submit_response()
992 http2::make_nv_ls("date", sessions_->get_cached_date()), in submit_response()
1009 auto nva = make_array(http2::make_nv_ls(":status", status)); in submit_non_final_response()
H A Dhttp2.h174 nghttp2_nv make_nv_ls(const char (&name)[N], const std::string &value) { in make_nv_ls() function
H A Dh2load.cc3086 nva.push_back(http2::make_nv_ls(":path", req)); in main()
H A Dnghttp.cc518 nva.push_back(http2::make_nv_ls("trailer", trailer_names)); in submit_request()

Completed in 18 milliseconds