Lines Matching +full:native +full:- +full:mode
2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
32 * for QSSO objects, wrapping the QUIC-native QUIC_STREAM object and tracking
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.
139 * going to be in client or server mode before committing to instantiating
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.
263 * for QDSO objects, wrapping the QUIC-native QUIC_ENGINE object.