Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_lib.c1701 int desired_type = IS_QUIC(s) ? BIO_TYPE_DGRAM : BIO_TYPE_SOCKET; in SSL_set_wfd() local
1708 if (rbio == NULL || BIO_method_type(rbio) != desired_type in SSL_set_wfd()
1737 int desired_type = IS_QUIC(s) ? BIO_TYPE_DGRAM : BIO_TYPE_SOCKET; in SSL_set_rfd() local
1744 if (wbio == NULL || BIO_method_type(wbio) != desired_type in SSL_set_rfd()

Completed in 34 milliseconds