Lines Matching refs:nva
120 // Add name/value pairs to |nva|. If |no_index| is true, this
123 void add_header(Headers &nva, const uint8_t *name, size_t namelen,
127 // Returns pointer to the entry in |nva| which has name |name|. If
129 // in |nva| is returned. If no such entry exist, returns nullptr.
130 const Headers::value_type *get_header(const Headers &nva, const char *name);
231 void copy_headers_to_nva(std::vector<nghttp2_nv> &nva,
236 void copy_headers_to_nva_nocopy(std::vector<nghttp2_nv> &nva,
262 // Dumps name/value pairs in |nva| to |out|.
263 void dump_nv(FILE *out, const nghttp2_nv *nva, size_t nvlen);
265 // Dumps name/value pairs in |nva| to |out|.
266 void dump_nv(FILE *out, const Headers &nva);
268 void dump_nv(FILE *out, const HeaderRefs &nva);
356 const Headers &nva);
359 Headers &nva);