Lines Matching refs:object
26 SSL object, or for a QUIC connection SSL object which has a default stream
36 The SSL object is a QUIC connection SSL object without a default stream
41 The SSL object is a non-QUIC SSL object, or is a QUIC stream object (or QUIC
42 connection SSL object with a default stream attached), and that stream is a
47 The SSL object is a QUIC stream object (or QUIC connection SSL object with a
53 The SSL object is a QUIC stream object (or QUIC connection SSL object with a
82 SSL object which is not a QUIC SSL object, or if called on a QUIC connection SSL
83 object without a default stream attached. Note that valid QUIC stream IDs are
88 SSL_is_stream_local() returns 1 if called on a QUIC stream SSL object which
90 QUIC stream SSL object which represents a stream which was remotely initiated by
91 a peer, and -1 if called on any other kind of SSL object.