Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_downstream.h114 void add_trailer_token(const StringRef &name, const StringRef &value,
Dshrpx_downstream.cc562 void FieldStore::add_trailer_token(const StringRef &name, in add_trailer_token() function in shrpx::FieldStore
573 add_trailer_token(name_ref, StringRef{}, false, token); in alloc_add_trailer_name()
Dshrpx_http2_session.cc950 resp.fs.add_trailer_token(StringRef{namebuf.base, namebuf.len}, in on_header_callback2()
Dshrpx_http2_upstream.cc220 req.fs.add_trailer_token(StringRef{namebuf.base, namebuf.len}, in on_header_callback2()
Dshrpx_http3_upstream.cc2128 req.fs.add_trailer_token(StringRef{namebuf.base, namebuf.len}, in http_recv_request_header()