Lines Matching refs:stream
56 /* NGHTTP3_CONN_FLAG_CONTROL_OPENED is set when a control stream has
60 stream has opened. */
63 stream has opened. */
109 initiated bidirectional stream ID the remote endpoint can
149 nghttp3_stream *stream, const uint8_t *src,
152 nghttp3_ssize nghttp3_conn_read_uni(nghttp3_conn *conn, nghttp3_stream *stream,
156 nghttp3_stream *stream,
167 int nghttp3_conn_on_data(nghttp3_conn *conn, nghttp3_stream *stream,
174 nghttp3_stream *stream,
182 nghttp3_stream *stream);
186 int nghttp3_conn_schedule_stream(nghttp3_conn *conn, nghttp3_stream *stream);
189 nghttp3_stream *stream);
191 void nghttp3_conn_unschedule_stream(nghttp3_conn *conn, nghttp3_stream *stream);
193 int nghttp3_conn_reject_stream(nghttp3_conn *conn, nghttp3_stream *stream);
196 * nghttp3_conn_get_next_tx_stream returns next stream to send. It
197 * returns NULL if there is no such stream.