Lines Matching +full:precondition +full:- +full:timeout

2  * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
29 * various pieces of QUIC into a single top-level object, and handles connection
44 * handling of SSL object mode flags like non-partial write mode, etc.
49 * demuxers). Since we only use server-side functionality for dummy test servers
54 * ---------------
60 * not requiring prior locking. This is an unchecked precondition.
70 * Any function tagged with this has the following precondition:
72 * Precondition: must hold channel mutex (unchecked)
80 * Any function tagged with this has the following precondition and
83 * Precondition: must not hold channel mutex (unchecked)
92 * Any function tagged with this has the following precondition and
95 * Precondition: must not hold channel mutex (unchecked)
152 * Thus the string pointed to by this value, if non-NULL, is valid for the
158 * Length of reason in bytes. The reason is supposed to contain a UTF-8
186 /* No-op if ch is NULL. */
207 * To be used by a QUIC connection. Starts the channel. For a client-mode
231 * for handling of all peer-triggered protocol violations or errors detected by
232 * us. We specify a QUIC transport-scope error code and optional frame type
236 * protocol error, this is a no-op; first error wins.
371 * Creates a new locally-initiated stream in the stream mapper, choosing an
378 * Creates a new remotely-initiated stream in the stream mapper. The stream ID
387 * Configures incoming stream auto-reject. If enabled, incoming streams have
414 /* Testing use only - sets a TXKU threshold packet count override value. */
418 /* Testing use only - gets current 1-RTT key epochs for QTX and QRX. */
426 /* Force transmission of an ACK-eliciting packet. */
431 * Do not rely on them for non-testing purposes.
442 * locally-initiated stream.
460 /* Configures the idle timeout to request from peer (milliseconds, 0=no timeout). */
462 /* Get the configured idle timeout to request from peer. */
464 /* Get the idle timeout requested by the peer. */
466 /* Get the idle timeout actually negotiated. */