Lines Matching refs:rcbuf
477 auto &rcbuf = header.rcbuf;
478 nghttp2_rcbuf_decref(rcbuf.method);
479 nghttp2_rcbuf_decref(rcbuf.scheme);
480 nghttp2_rcbuf_decref(rcbuf.authority);
481 nghttp2_rcbuf_decref(rcbuf.host);
482 nghttp2_rcbuf_decref(rcbuf.path);
483 nghttp2_rcbuf_decref(rcbuf.ims);
484 nghttp2_rcbuf_decref(rcbuf.expect);
1443 header.rcbuf.method = value;
1448 header.rcbuf.scheme = value;
1453 header.rcbuf.authority = value;
1458 header.rcbuf.host = value;
1463 header.rcbuf.path = value;
1468 header.rcbuf.ims = value;
1473 header.rcbuf.expect = value;