Lines Matching refs:reset
42 - [`SSL_stream_reset`](#-ssl-stream-reset-)
231 stream has been reset, or the connection has terminated), calls to `SSL_read`
295 >SSL_clear() resets the SSL object to allow for another connection. The reset
305 - Preserve `SSL_clear` semantics at the handshake layer, reset all QUIC state
306 (`QUIC_CHANNEL` torn down, CSM reset).
323 stream is automatically reset (non-normal termination) with an application error
324 code of 0. To explicitly reset a stream with a different application error code,
696 stream. For QUIC, this corresponds to a stream reset using a `RESET_STREAM`
700 object with a default stream; the given stream is reset. The QUIC connection is
756 * The stream was reset by the local party.
770 * The stream was reset by the remote party.