Lines Matching +full:common +full:- +full:mode +full:- +full:channel
2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
32 * for QSSO objects, wrapping the QUIC-native QUIC_STREAM object and tracking
36 /* QUIC_OBJ common header, including SSL object common header. */
39 /* The connection this stream is associated with. Always non-NULL. */
42 /* The stream object. Always non-NULL for as long as the XSO exists. */
55 * This state tracks SSL_write all-or-nothing (AON) write semantics
100 * Last 'normal' error during an app-level I/O operation, used by
101 * SSL_get_error(); used to track data-path errors like SSL_ERROR_WANT_READ
109 * layer for QCSO objects, wrapping the QUIC-native QUIC_CHANNEL object.
113 * QUIC_OBJ is a common header for QUIC APL objects, allowing objects of
115 * common fields.
136 * The QUIC channel providing the core QUIC connection implementation. Note
139 * going to be in client or server mode before committing to instantiating
140 * the channel, since we want to determine the channel arguments based on
143 * The channel remains available after connection termination until the SSL
150 * provide it to the channel.
166 /* Manages thread for QUIC thread assisted mode. */
188 /* Are we using thread assisted mode? Never changes after init. */
195 * Pre-TERMINATING shutdown phase in which we are flushing streams.
204 /* Are we using addressed mode (BIO_sendmmsg with non-NULL peer)? */
225 * Last 'normal' error during an app-level I/O operation, used by
226 * SSL_get_error(); used to track data-path errors like SSL_ERROR_WANT_READ
234 * layer for QLSO objects, wrapping the QUIC-native QUIC_PORT object.
237 /* QUIC_OBJ common header, including SSL object common header. */
263 * for QDSO objects, wrapping the QUIC-native QUIC_ENGINE object.
266 /* QUIC_OBJ common header, including SSL object common header. */