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.c1520 int no_block = ((flags & SSL_SHUTDOWN_FLAG_NO_BLOCK) != 0); in ossl_quic_conn_shutdown() local
1543 if (!no_block && qctx_blocking(&ctx)) { in ossl_quic_conn_shutdown()
1562 if (!no_block && qctx_blocking(&ctx)) { in ossl_quic_conn_shutdown()
1602 if (!no_block && qctx_blocking(&ctx) in ossl_quic_conn_shutdown()
4655 int no_block = ((flags & SSL_ACCEPT_CONNECTION_NO_BLOCK) != 0); in ossl_quic_accept_connection() local
4668 if (!no_block && qctx_blocking(&ctx)) { in ossl_quic_accept_connection()