HomeSort by: relevance | last modified time | path
    Searched defs:channel_only (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_channel.c 49 static int ch_rx(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads);
51 static int ch_tick_tls(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads);
52 static void ch_rx_handle_packet(QUIC_CHANNEL *ch, int channel_only);
2019 int channel_only = (flags & QUIC_REACTOR_TICK_FLAG_CHANNEL_ONLY) != 0; local
2071 ch_rx(ch, channel_only, &notify_other_threads);
2078 ch_tick_tls(ch, channel_only, &notify_other_threads);
2160 static int ch_tick_tls(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads)
2166 if (channel_only)
2217 static int ch_rx(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads)
2245 ch_rx_handle_packet(ch, channel_only); /* best effort *
    [all...]

Completed in 15 milliseconds