Searched refs:qs (Results 1 – 6 of 6) sorted by relevance
300 assert(!qs->deleted in qsm_ready_for_gc()306 qs->deleted in qsm_ready_for_gc()412 if (!ossl_quic_sstream_get_final_size(qs->sstream, &qs->send_final_size)) in ossl_quic_stream_map_notify_all_data_sent()426 qs->shutdown_flush = 0; in shutdown_flush_done()444 qs->sstream = NULL; in ossl_quic_stream_map_notify_totally_acked()487 qs->send_final_size = ossl_quic_txfc_get_swm(&qs->txfc); in ossl_quic_stream_map_reset_stream_send_part()657 if (qs->stop_sending) in ossl_quic_stream_map_stop_sending_recv_part()701 if (!qs->stop_sending) in ossl_quic_stream_map_schedule_stop_sending()786 qs != NULL && qs != qs_head; in ossl_quic_stream_map_gc()787 qs = qsn) in ossl_quic_stream_map_gc()[all …]
256 QUIC_STREAM *qs; in ossl_quic_tserver_read() local314 QUIC_STREAM *qs; in ossl_quic_tserver_has_read_ended() local322 if (qs == NULL) in ossl_quic_tserver_has_read_ended()366 QUIC_STREAM *qs; in ossl_quic_tserver_write() local373 if (qs == NULL || !ossl_quic_stream_has_send_buffer(qs)) in ossl_quic_tserver_write()401 if (qs == NULL || !ossl_quic_stream_has_send_buffer(qs)) in ossl_quic_tserver_conclude()447 if (qs == NULL) in ossl_quic_tserver_stream_has_peer_stop_sending()464 if (qs == NULL) in ossl_quic_tserver_stream_has_peer_reset_stream()485 if (qs == NULL) in ossl_quic_tserver_pop_incoming_stream()490 return qs->id; in ossl_quic_tserver_pop_incoming_stream()[all …]
1861 QUIC_STREAM *qs; in qc_wait_for_default_xso_for_read() local1886 if (qs == NULL) in qc_wait_for_default_xso_for_read()1890 if (qs == NULL) { in qc_wait_for_default_xso_for_read()1897 if (qs == NULL) { in qc_wait_for_default_xso_for_read()1918 qs = wargs.qs; in qc_wait_for_default_xso_for_read()2044 if (qs == NULL) { in quic_conn_stream_new()2932 QUIC_STREAM *qs; in ossl_quic_conn_stream_conclude() local3571 QUIC_STREAM *qs; in ossl_quic_accept_stream() local3589 if (qs == NULL) { in ossl_quic_accept_stream()3605 qs = args.qs; in ossl_quic_accept_stream()[all …]
3395 int is_uni = !ossl_quic_stream_is_bidi(qs); in ch_init_new_stream()3448 ossl_quic_sstream_free(qs->sstream); in ch_init_new_stream()3449 qs->sstream = NULL; in ch_init_new_stream()3450 ossl_quic_rstream_free(qs->rstream); in ch_init_new_stream()3451 qs->rstream = NULL; in ch_init_new_stream()3506 QUIC_STREAM *qs; in ossl_quic_channel_new_stream_local() local3534 return qs; in ossl_quic_channel_new_stream_local()3546 QUIC_STREAM *qs; in ossl_quic_channel_new_stream_remote() local3560 if (qs == NULL) in ossl_quic_channel_new_stream_remote()3571 return qs; in ossl_quic_channel_new_stream_remote()[all …]
679 QUIC_STREAM *qs);694 QUIC_STREAM *qs);708 QUIC_STREAM *qs);722 QUIC_STREAM *qs,739 QUIC_STREAM *qs);755 QUIC_STREAM *qs,765 QUIC_STREAM *qs);775 QUIC_STREAM *qs);784 QUIC_STREAM *qs,805 QUIC_STREAM *qs,[all …]
380 void ossl_quic_channel_reject_stream(QUIC_CHANNEL *ch, QUIC_STREAM *qs);
Completed in 29 milliseconds