Lines Matching refs:nva_copy
64 /* This function takes ownership of |nva_copy|. Regardless of the
65 return value, the caller must not free |nva_copy| after this
70 nghttp2_nv *nva_copy, size_t nvlen,
118 pri_spec, nva_copy, nvlen);
134 /* nghttp2_frame_headers_init() takes ownership of nva_copy. */
135 nghttp2_nv_array_del(nva_copy, mem);
149 nghttp2_nv *nva_copy;
162 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem);
168 nva_copy, nvlen, data_prd, stream_user_data);
321 nghttp2_nv *nva_copy;
354 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem);
366 promised_stream_id, nva_copy, nvlen);