HomeSort by: relevance | last modified time | path
    Searched refs:max_local_streams_bidi (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_channel_local.h 198 uint64_t max_local_streams_bidi; member in struct:quic_channel_st
quic_channel.c 709 return uni ? ch->max_local_streams_uni : ch->max_local_streams_bidi;
1337 ch->max_local_streams_bidi = 0;
1563 assert(ch->max_local_streams_bidi == 0);
1564 ch->max_local_streams_bidi = v;
1792 ch->max_local_streams_bidi);
3820 : &ch->max_local_streams_bidi;
quic_rx_depack.c 753 if (max_streams > ch->max_local_streams_bidi)
754 ch->max_local_streams_bidi = max_streams;

Completed in 17 milliseconds