Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_impl.c26 static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs);
1930 qc_set_default_xso(qc, create_xso_from_stream(qc, qs), /*touch=*/0); in qc_wait_for_default_xso_for_read()
1939 static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs) in create_xso_from_stream() function
2047 xso = create_xso_from_stream(qc, qs); in quic_conn_stream_new()
3593 xso = create_xso_from_stream(ctx.qc, qs); in ossl_quic_accept_stream()

Completed in 15 milliseconds