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