Lines Matching defs:nva
41 nghttp2_hd_inflater *inflater, const nghttp2_nv *const nva,
94 nghttp2_hd_inflater *inflater, const nghttp2_nv *const nva,
106 sum += nva[i].namelen + nva[i].valuelen;
112 fwrite(nva[i].name, 1, nva[i].namelen, stdout);
114 fwrite(nva[i].value, 1, nva[i].valuelen, stdout);
118 buflen = nghttp2_hd_deflate_bound(deflater, nva, nvlen);
121 rv = nghttp2_hd_deflate_hd(deflater, buf, buflen, nva, nvlen);