Home
last modified time | relevance | path

Searched refs:node_by (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http.cc61 const StringRef &node_by, const StringRef &node_for, in create_forwarded() argument
64 if ((params & FORWARDED_BY) && !node_by.empty()) { in create_forwarded()
65 len += str_size("by=\"") + node_by.size() + str_size("\";"); in create_forwarded()
80 if ((params & FORWARDED_BY) && !node_by.empty()) { in create_forwarded()
85 if (node_by[0] == '_' || node_by[0] == 'l') { in create_forwarded()
87 p = std::copy(std::begin(node_by), std::end(node_by), p); in create_forwarded()
91 p = std::copy(std::begin(node_by), std::end(node_by), p); in create_forwarded()
Dshrpx_http.h60 const StringRef &node_by, const StringRef &node_for,