Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c2270 int no_blocking = ((flags & SSL_STREAM_FLAG_NO_BLOCK) != 0); in quic_conn_stream_new() local
2289 if (no_blocking || !qctx_blocking(ctx)) { in quic_conn_stream_new()