Lines Matching defs:value
858 entry[0].value = config->max_concurrent_streams;
862 entry[niv].value = config->header_table_size;
868 entry[niv].value = (1 << config->window_bits) - 1;
874 entry[niv].value = 1;
981 nva.push_back(http2::make_nv_nocopy(nv.name, nv.value, nv.no_index));
1114 nva.push_back(http2::make_nv(kv.name, kv.value, kv.no_index));
1408 nghttp2_rcbuf *name, nghttp2_rcbuf *value,
1413 auto valuebuf = nghttp2_rcbuf_get_buf(value);
1443 header.rcbuf.method = value;
1444 nghttp2_rcbuf_incref(value);
1448 header.rcbuf.scheme = value;
1449 nghttp2_rcbuf_incref(value);
1453 header.rcbuf.authority = value;
1454 nghttp2_rcbuf_incref(value);
1458 header.rcbuf.host = value;
1459 nghttp2_rcbuf_incref(value);
1463 header.rcbuf.path = value;
1464 nghttp2_rcbuf_incref(value);
1468 header.rcbuf.ims = value;
1469 nghttp2_rcbuf_incref(value);
1473 header.rcbuf.expect = value;
1474 nghttp2_rcbuf_incref(value);