Lines Matching defs:nghttp2_outbound_item
105 struct nghttp2_outbound_item;
106 typedef struct nghttp2_outbound_item nghttp2_outbound_item;
108 struct nghttp2_outbound_item {
122 nghttp2_outbound_item *qnext;
133 void nghttp2_outbound_item_init(nghttp2_outbound_item *item);
139 void nghttp2_outbound_item_free(nghttp2_outbound_item *item, nghttp2_mem *mem);
142 * queue for nghttp2_outbound_item.
145 nghttp2_outbound_item *head, *tail;
154 nghttp2_outbound_item *item);