Lines Matching refs:new

5 the new and changed APIs, and the design constraints motivating those API
32 + [New APIs for Single-Stream Operation](#new-apis-for-single-stream-operation)
46 + [New APIs for Multi-Stream Operation](#new-apis-for-multi-stream-operation)
55 - [`SSL_new_stream`](#-ssl-new-stream-)
63 …t`, `BIO_new_ssl_connect`, `BIO_set_conn_hostname`](#-bio-s-connect----bio-new-ssl-connect----bio-…
64 - [`BIO_new_bio_pair`](#-bio-new-bio-pair-)
67 + [New APIs](#new-apis)
85 Non-SSL object APIs which are new or changed, or otherwise discussed in this
136 - **New**: The API is new for QUIC.
298 >for a new connection with the exact same peer that shares these settings, and
869 The above new APIs are built on constructively to facilitate multi-stream
904 connection SSL objects efficiently for new stream and stream readability events.
1009 * Create a new SSL object representing a single additional stream.
1015 * Creates a new stream. Must be called only on a QUIC connection SSL object.
1037 * Create a new SSL object representing an additional stream which was created
1045 * stream object. Checks if a new stream has been created by the peer. If it
1046 * has, creates a new SSL object to represent it and returns it. Otherwise,
1195 make use of the new `BIO_s_dgram_pair` which provides equivalent functionality
1234 The BIO interface features a new high-performance API for the execution of
1243 This new BIO API includes:
1354 A new BIO implementation, `BIO_s_dgram_pair`, is provided. This is similar to
1356 for the new APIs `BIO_sendmmsg`, `BIO_recvmmsg`, the capability negotiation
1360 It can be instantiated using the new API `BIO_new_dgram_pair`.
1404 A new predicate function `BIO_err_is_non_fatal` is defined which determines if
1504 accepting new connections SHOULD NOT end the closing or draining state early