Lines Matching refs:item
87 /* Indicates the item is deferred due to flow control. */
89 /* Indicates the item is deferred by user callback */
162 /* Next scheduled time to sent item */
186 nghttp2_outbound_item *item;
256 * Defer |stream->item|. We won't call this function in the situation
257 * where |stream->item| == NULL. The |flags| is bitwise OR of zero or
281 * Returns nonzero if item is deferred by whatever reason.
286 * Returns nonzero if item is deferred by flow control.
338 * |stream->item| is NULL.
351 * not exclusive. This function assumes |stream->item| is NULL.
357 * function assumes |stream->item| is NULL.
362 * Attaches |item| to |stream|.
371 nghttp2_outbound_item *item);
374 * Detaches |stream->item|. This function does not free
375 * |stream->item|. The caller must free it.
423 * Schedules transmission of |stream|'s item, assuming stream->item is