OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ossl_quic_channel_is_term_any
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_channel.h
338
int
ossl_quic_channel_is_term_any
(const QUIC_CHANNEL *ch);
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c
522
if (qc->shutting_down ||
ossl_quic_channel_is_term_any
(qc->ch))
1494
return
ossl_quic_channel_is_term_any
(qc->ch)
1501
return
ossl_quic_channel_is_term_any
(qc->ch);
1553
if (wait_peer && !
ossl_quic_channel_is_term_any
(ctx.qc->ch)) {
1564
if (!
ossl_quic_channel_is_term_any
(ctx.qc->ch)) {
1952
if (
ossl_quic_channel_is_term_any
(qc->ch)) {
2162
if (
ossl_quic_channel_is_term_any
(qc->ch)) {
3169
||
ossl_quic_channel_is_term_any
(ctx.qc->ch);
4026
} else if (
ossl_quic_channel_is_term_any
(qc->ch)) {
5117
if (
ossl_quic_channel_is_term_any
(ctx.qc->ch))
[
all
...]
quic_tserver.c
228
return
ossl_quic_channel_is_term_any
(srv->ch);
quic_channel.c
643
int
ossl_quic_channel_is_term_any
(const QUIC_CHANNEL *ch)
function
652
return
ossl_quic_channel_is_term_any
(ch) ? &ch->terminate_cause : NULL;
2876
if (
ossl_quic_channel_is_term_any
(ch))
Completed in 76 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026