Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_channel.c88 static void ch_update_idle(QUIC_CHANNEL *ch);
92 static void ch_update_idle(QUIC_CHANNEL *ch);
378 ch_update_idle(ch); in ch_init()
1603 ch_update_idle(ch); in ch_on_transport_params()
2241 ch_update_idle(ch); in ch_rx()
2660 ch_update_idle(ch); in ch_tx()
3562 static void ch_update_idle(QUIC_CHANNEL *ch) in ch_update_idle() function