Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_stream_map.h191 unsigned int txp_sent_stop_sending : 1; member
/openssl/ssl/quic/
H A Dquic_txp.c2419 stream->txp_sent_stop_sending = 0; in txp_generate_stream_related()
2445 stream->txp_sent_stop_sending = 1; in txp_generate_stream_related()
2917 if (stream->txp_sent_stop_sending || stream->txp_sent_reset_stream) { in txp_pkt_commit()
2925 chunk.has_stop_sending = stream->txp_sent_stop_sending; in txp_pkt_commit()
2963 if (stream->txp_sent_stop_sending) in txp_pkt_commit()

Completed in 21 milliseconds