Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_impl.c45 static int quic_mutation_allowed(QUIC_CONNECTION *qc, int req_active);
520 static int quic_mutation_allowed(QUIC_CONNECTION *qc, int req_active) in quic_mutation_allowed() argument
525 if (req_active && !ossl_quic_channel_is_active(qc->ch)) in quic_mutation_allowed()