Lines Matching defs:value
209 // We will reuse this many times, so use repeat timeout value. The
210 // timeout value is set later.
216 // many times, so use repeat timeout value.
902 nghttp2_rcbuf *name, nghttp2_rcbuf *value,
913 auto valuebuf = nghttp2_rcbuf_get_buf(value);
946 downstream->add_rcbuf(value);
973 auto valuebuf = nghttp2_rcbuf_get_buf(value);
994 promised_downstream->add_rcbuf(value);
1012 nghttp2_rcbuf *value, uint8_t flags,
1031 auto valuebuf = nghttp2_rcbuf_get_buf(value);
1036 << ": name=[" << StringRef{namebuf.base, namebuf.len} << "], value=["
1114 auto status_code = http2::parse_http_status_code(status->value);
1127 ss << TTY_HTTP_HD << nv.name << TTY_RST << ": " << nv.value << "\n";
1174 resp.fs.content_length = util::parse_uint(content_length->value);
1712 entry[0].value = http2conf.downstream.max_concurrent_streams;
1715 entry[1].value = http2conf.downstream.window_size;
1718 entry[2].value = 1;
1722 entry[nentry].value = 0;
1729 entry[nentry].value = http2conf.downstream.decoder_dynamic_table_size;
2270 auto method_token = http2::lookup_method_token(method->value);
2273 SSLOG(INFO, this) << "Unrecognized method: " << method->value;
2283 promised_req.authority = authority->value;
2289 promised_req.scheme = scheme->value;
2293 if (method_token != HTTP_OPTIONS || path->value != "*") {
2294 promised_req.path = http2::rewrite_clean_path(promised_balloc, path->value);