Lines Matching refs:stream

9 SSL_STREAM_STATE_RESET_REMOTE, SSL_STREAM_STATE_CONN_CLOSED - get QUIC stream
33 overall state of the receiving and sending parts of a QUIC stream, respectively.
42 connection SSL object without a default stream attached.
46 This value is returned on a stream which has not been concluded and remains
52 locally-initiated (and thus send-only) unidirectional stream, or, conversely, if
54 receive-only) unidirectional stream.
59 signalled the end of the receiving part of the stream. Note that there may still
64 application has concluded the stream using L<SSL_stream_conclude(3)>. Future
69 This value is returned when the applicable stream part was reset by the local
73 stream was aborted using a locally transmitted QUIC B<STOP_SENDING> frame. It
77 For SSL_get_stream_write_state(), this means that the sending part of the stream
79 or because a QUIC stream SSL object with an un-concluded sending part was freed
88 This value is returned when the applicable stream part was reset by the remote
92 B<RESET_STREAM> frame for the receiving part of the stream; the receiving part
93 of the stream was logically aborted by the peer.
96 B<STOP_SENDING> frame for the sending part of the stream; the peer has indicated
97 that it does not wish to receive further data on the sending part of the stream.
106 The QUIC connection to which the stream belongs was closed. You can obtain
117 the receiving or sending parts of a stream, respectively. On success, the
122 If a QUIC connection is closed, the stream state for all streams transitions to
126 be associated with each individual stream still existing at the time of
134 connection SSL object without a default stream, B<SSL_STREAM_STATE_NONE> is
138 on success and 0 if the stream was terminated normally. They return -1 on error,
139 for example if the stream is still healthy, was still healthy at the time of
140 connection closure, if called on a stream for which the respective stream part
141 does not exist (e.g. on a unidirectional stream), or if called on a non-QUIC
142 object or a QUIC connection SSL object without a default stream attached.