Lines Matching refs:item
124 which are attached to stream as item. */
129 * Initializes |item|. No memory allocation is done in this function.
133 void nghttp2_outbound_item_init(nghttp2_outbound_item *item);
136 * Deallocates resource for |item|. If |item| is NULL, this function
139 void nghttp2_outbound_item_free(nghttp2_outbound_item *item, nghttp2_mem *mem);
152 /* Pushes |item| into |q| */
154 nghttp2_outbound_item *item);
156 /* Pops |item| at the top from |q|. If |q| is empty, nothing
160 /* Returns the top item. */