Lines Matching defs:nva
122 memset(out->nva, 0, sizeof(out->nva));
129 mem->free(out->nva[i].name, NULL);
130 mem->free(out->nva[i].value, NULL);
132 memset(out->nva, 0, sizeof(out->nva));
137 nghttp2_nv *onv = &out->nva[out->nvlen];
217 int32_t stream_id, uint8_t flags, const nghttp2_nv *nva,
223 nghttp2_nv_array_copy(&dnva, nva, nvlen, mem);
236 int32_t promised_stream_id, const nghttp2_nv *nva,
242 nghttp2_nv_array_copy(&dnva, nva, nvlen, mem);