Searched refs:make_nv_ls (Results 1 - 5 of 5) sorted by relevance
/third_party/nghttp2/src/ |
H A D | http3.h | 82 nghttp3_nv make_nv_ls(const char (&name)[N], const std::string &value) { in make_nv_ls() function
|
H A D | HttpServer.cc | 940 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 D | http2.h | 174 nghttp2_nv make_nv_ls(const char (&name)[N], const std::string &value) { in make_nv_ls() function
|
H A D | h2load.cc | 3086 nva.push_back(http2::make_nv_ls(":path", req)); in main()
|
H A D | nghttp.cc | 518 nva.push_back(http2::make_nv_ls("trailer", trailer_names)); in submit_request()
|
Completed in 18 milliseconds