Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_channel.c49 static int ch_rx(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads);
2071 ch_rx(ch, channel_only, &notify_other_threads); in ossl_quic_channel_subtick()
2217 static int ch_rx(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads) in ch_rx() function