Searched refs:create_xso_from_stream (Results 1 – 1 of 1) sorted by relevance
26 static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs);1932 qc_set_default_xso(qc, create_xso_from_stream(qc, qs), /*touch=*/0); in qc_wait_for_default_xso_for_read()1941 static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs) in create_xso_from_stream() function2049 xso = create_xso_from_stream(qc, qs); in quic_conn_stream_new()3598 xso = create_xso_from_stream(ctx.qc, qs); in ossl_quic_accept_stream()
Completed in 13 milliseconds