HomeSort by: relevance | last modified time | path
    Searched defs:desired_type (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 1736 int desired_type = IS_QUIC(s) ? BIO_TYPE_DGRAM : BIO_TYPE_SOCKET; local
1743 if (rbio == NULL || BIO_method_type(rbio) != desired_type
1764 int desired_type = IS_QUIC(s) ? BIO_TYPE_DGRAM : BIO_TYPE_SOCKET; local
1771 if (wbio == NULL || BIO_method_type(wbio) != desired_type

Completed in 60 milliseconds