Lines Matching refs:s

1529     QUIC_STREAM *s;  in get_sstream_by_id()  local
1534 s = ossl_quic_stream_map_get_by_id(txp->args.qsm, stream_id); in get_sstream_by_id()
1535 if (s == NULL) in get_sstream_by_id()
1538 return s->sstream; in get_sstream_by_id()
1564 QUIC_STREAM *s in on_regen_notify() local
1567 if (s == NULL) in on_regen_notify()
1570 s->want_max_stream_data = 1; in on_regen_notify()
1571 ossl_quic_stream_map_update_state(txp->args.qsm, s); in on_regen_notify()
1576 QUIC_STREAM *s in on_regen_notify() local
1579 if (s == NULL) in on_regen_notify()
1582 ossl_quic_stream_map_schedule_stop_sending(txp->args.qsm, s); in on_regen_notify()
1587 QUIC_STREAM *s in on_regen_notify() local
1590 if (s == NULL) in on_regen_notify()
1593 s->want_reset_stream = 1; in on_regen_notify()
1594 ossl_quic_stream_map_update_state(txp->args.qsm, s); in on_regen_notify()
1702 QUIC_STREAM *s in on_confirm_notify() local
1705 if (s == NULL) in on_confirm_notify()
1708 s->acked_stop_sending = 1; in on_confirm_notify()
1709 ossl_quic_stream_map_update_state(txp->args.qsm, s); in on_confirm_notify()
1714 QUIC_STREAM *s in on_confirm_notify() local
1717 if (s == NULL) in on_confirm_notify()
1724 ossl_quic_stream_map_notify_reset_stream_acked(txp->args.qsm, s); in on_confirm_notify()
1725 ossl_quic_stream_map_update_state(txp->args.qsm, s); in on_confirm_notify()
1769 QUIC_STREAM *s; in on_sstream_updated() local
1771 s = ossl_quic_stream_map_get_by_id(txp->args.qsm, stream_id); in on_sstream_updated()
1772 if (s == NULL) in on_sstream_updated()
1775 ossl_quic_stream_map_update_state(txp->args.qsm, s); in on_sstream_updated()