Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c1512 int no_block = ((flags & SSL_SHUTDOWN_FLAG_NO_BLOCK) != 0); in ossl_quic_conn_shutdown() local
1535 if (!no_block && qctx_blocking(&ctx)) { in ossl_quic_conn_shutdown()
1554 if (!no_block && qctx_blocking(&ctx)) { in ossl_quic_conn_shutdown()
1594 if (!no_block && qctx_blocking(&ctx) in ossl_quic_conn_shutdown()
4611 int no_block = ((flags & SSL_ACCEPT_CONNECTION_NO_BLOCK) != 0); in ossl_quic_accept_connection() local
4624 if (!no_block && qctx_blocking(&ctx)) { in ossl_quic_accept_connection()