Lines Matching refs:nghttp2_hd_nv
476 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) in nghttp2_hd_entry_init()
497 static int name_eq(const nghttp2_hd_nv *a, const nghttp2_nv *b) in name_eq()
503 static int value_eq(const nghttp2_hd_nv *a, const nghttp2_nv *b) in value_eq()
800 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) in emit_header()
1127 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental()
1332 nghttp2_hd_nv nghttp2_hd_table_get(nghttp2_hd_context *context, size_t idx) in nghttp2_hd_table_get()
1341 nghttp2_hd_nv nv = { &ent->name, &ent->value, ent->token, in nghttp2_hd_table_get()
1431 nghttp2_hd_nv hd_nv; in deflate_nv()
1778 nghttp2_hd_nv *nv_out) in hd_inflate_commit_indexed()
1780 nghttp2_hd_nv nv = nghttp2_hd_table_get(&inflater->ctx, inflater->index); in hd_inflate_commit_indexed()
1797 nghttp2_hd_nv *nv_out) in hd_inflate_commit_newname()
1799 nghttp2_hd_nv nv; in hd_inflate_commit_newname()
1844 nghttp2_hd_nv *nv_out) in hd_inflate_commit_indname()
1846 nghttp2_hd_nv nv; in hd_inflate_commit_indname()
1892 nghttp2_hd_nv hd_nv; in nghttp2_hd_inflate_hd2()
1915 nghttp2_hd_nv *nv_out, int *inflate_flags, in nghttp2_hd_inflate_hd_nv()