Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_downstream.h109 void add_trailer_token(const StringRef &name, const StringRef &value,
Dshrpx_downstream.cc552 void FieldStore::add_trailer_token(const StringRef &name, in add_trailer_token() function in shrpx::FieldStore
563 add_trailer_token(name_ref, StringRef{}, false, token); in alloc_add_trailer_name()
Dshrpx_http2_session.cc937 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()