Lines Matching refs:nv_out
786 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) {
791 *nv_out = *nv;
1736 * header is always emitted, and |*nv_out| is filled with that value.
1739 nghttp2_hd_nv *nv_out) {
1742 emit_header(nv_out, &nv);
1747 * header is emitted, |*nv_out| is filled with that value and 0 is
1757 nghttp2_hd_nv *nv_out) {
1779 emit_header(nv_out, &nv);
1792 * reception. If header is emitted, |*nv_out| is filled with that
1802 nghttp2_hd_nv *nv_out) {
1826 emit_header(nv_out, &nv);
1836 ssize_t nghttp2_hd_inflate_hd(nghttp2_hd_inflater *inflater, nghttp2_nv *nv_out,
1839 return nghttp2_hd_inflate_hd2(inflater, nv_out, inflate_flags, in, inlen,
1844 nghttp2_nv *nv_out, int *inflate_flags,
1857 nv_out->name = hd_nv.name->base;
1858 nv_out->namelen = hd_nv.name->len;
1860 nv_out->value = hd_nv.value->base;
1861 nv_out->valuelen = hd_nv.value->len;
1863 nv_out->flags = hd_nv.flags;
1870 nghttp2_hd_nv *nv_out, int *inflate_flags,
1991 hd_inflate_commit_indexed(inflater, nv_out);
2153 rv = hd_inflate_commit_newname(inflater, nv_out);
2155 rv = hd_inflate_commit_indname(inflater, nv_out);
2187 rv = hd_inflate_commit_newname(inflater, nv_out);
2189 rv = hd_inflate_commit_indname(inflater, nv_out);