Home
last modified time | relevance | path

Searched refs:ossl_quic_channel_new_stream_local (Results 1 – 4 of 4) sorted by relevance

/openssl/include/internal/
H A Dquic_channel.h354 QUIC_STREAM *ossl_quic_channel_new_stream_local(QUIC_CHANNEL *ch, int is_uni);
/openssl/ssl/quic/
H A Dquic_tserver.c422 if ((qs = ossl_quic_channel_new_stream_local(srv->ch, is_uni)) == NULL) in ossl_quic_tserver_stream_new()
H A Dquic_channel.c3504 QUIC_STREAM *ossl_quic_channel_new_stream_local(QUIC_CHANNEL *ch, int is_uni) in ossl_quic_channel_new_stream_local() function
H A Dquic_impl.c2041 qs = ossl_quic_channel_new_stream_local(qc->ch, is_uni); in quic_conn_stream_new()

Completed in 33 milliseconds