Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_channel.c51 static int ch_tick_tls(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads);
2078 ch_tick_tls(ch, channel_only, &notify_other_threads); in ossl_quic_channel_subtick()
2160 static int ch_tick_tls(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads) in ch_tick_tls() function
2591 ch_tick_tls(ch, channel_only, NULL); in ch_rx_handle_packet()
2858 if (!ch_tick_tls(ch, /*channel_only=*/0, NULL)) in ossl_quic_channel_start()