Lines Matching refs:nghttp2_hd_entry
118 struct nghttp2_hd_entry;
119 typedef struct nghttp2_hd_entry nghttp2_hd_entry;
135 struct nghttp2_hd_entry {
142 nghttp2_hd_entry *next;
144 store nghttp2_hd_entry to dynamic header table. */
160 nghttp2_hd_entry **buffer;
206 /* Next sequence number for nghttp2_hd_entry */
217 nghttp2_hd_entry *table[HD_MAP_SIZE];
268 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv);
274 void nghttp2_hd_entry_free(nghttp2_hd_entry *ent);