Lines Matching refs:stream
125 headers, trailers, and push promises) per stream. */
135 void nghttp3_qpack_stream_del(nghttp3_qpack_stream *stream,
138 uint64_t nghttp3_qpack_stream_get_max_cnt(const nghttp3_qpack_stream *stream);
140 int nghttp3_qpack_stream_add_ref(nghttp3_qpack_stream *stream,
143 void nghttp3_qpack_stream_pop_ref(nghttp3_qpack_stream *stream);
163 /* max_blocked_streams is the maximum number of stream which can be
201 decoder stream. */
208 stream. */
228 /* streams is a map of stream ID to nghttp3_qpack_stream to keep
241 /* state is a current state of reading decoder stream. */
243 /* opcode is a decoder stream opcode being processed. */
246 decoder stream. */
281 * stream into |rbuf| and writes encoder stream into |ebuf|. |nv| is
283 * nonzero if this stream can be blocked (or it has been blocked
324 * Received Count. |allow_blocking| is nonzero if this stream can be
484 nghttp3_qpack_stream *stream);
487 * nghttp3_qpack_encoder_block_stream blocks |stream|.
496 nghttp3_qpack_stream *stream);
499 * nghttp3_qpack_encoder_unblock_stream unblocks |stream|.
502 nghttp3_qpack_stream *stream);
505 * nghttp3_qpack_encoder_unblock unblocks stream whose max_cnt is less
512 * nghttp3_qpack_encoder_find_stream returns stream whose stream ID is
514 * stream.
530 * dynamic table size update. It might write encoder stream into
629 * block for a stream denoted by |stream_id| was acknowledged by
636 * Section Acknowledgement for a stream denoted by |stream_id| is
657 * `nghttp3_qpack_encoder_cancel_stream` tells |encoder| that stream
660 * decoder stream with `nghttp3_qpack_encoder_read_decoder()`.
712 stream decoding. */
727 encoder stream. */
736 stream decoding. */
755 request stream. */
766 /* state is a current state of reading encoder stream. */
768 /* opcode is an encoder stream opcode being processed. */
771 encoder stream. */
773 /* dbuf is decoder stream. */
775 /* written_icnt is Insert Count written to decoder stream so far. */
787 * capacity. |max_blocked_streams| is the maximum number of stream
883 /* state is a current state of reading request stream. */
886 request stream. */
889 /* opcode is a request stream opcode being processed. */
929 * received in encoder stream to absolute index and stores it in
943 * rstate->left received in request stream to absolute index and
957 * rstate->left received in request stream to absolute index and
983 * Acknowledgement to decoder stream.
991 * Decoder stream overflow.