Lines Matching defs:value
1377 nva.push_back(http3::make_nv_ls_nocopy("server", (*server).value));
1400 nva.push_back(http3::make_nv_ls_nocopy("via", (*via).value));
1407 len += via->value.size() + 2;
1413 p = std::copy(std::begin(via->value), std::end(via->value), p);
1423 nva.push_back(http3::make_nv_nocopy(p.name, p.value));
1718 nva.push_back(http3::make_nv_nocopy(kv.name, kv.value, kv.no_index));
1726 nva.push_back(http3::make_nv_nocopy(p.name, p.value));
2084 nghttp3_rcbuf *value, uint8_t flags,
2093 if (upstream->http_recv_request_header(downstream, token, name, value, flags,
2105 nghttp3_rcbuf *value, uint8_t flags,
2114 if (upstream->http_recv_request_header(downstream, token, name, value, flags,
2126 nghttp3_rcbuf *value, uint8_t flags,
2129 auto valuebuf = nghttp3_rcbuf_get_buf(value);
2165 downstream->add_rcbuf(value);
2221 ss << TTY_HTTP_HD << nv.name << TTY_RST << ": " << nv.value << "\n";
2231 req.fs.content_length = util::parse_uint(content_length->value);
2240 auto method_token = http2::lookup_method_token(method->value);
2261 req.scheme = scheme->value;
2271 req.authority = authority->value;
2276 path->value == StringRef::from_lit("*")) {
2280 req.path = path->value;
2283 path->value);
2289 if (connect_proto->value != "websocket") {
2802 << StringRef{nv.value, nv.valuelen} << "\n";