Home
last modified time | relevance | path

Searched defs:BIO_get_shutdown (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_lib.c184 int BIO_get_shutdown(BIO *a) in BIO_get_shutdown() function
/third_party/openssl/crypto/bio/
Dbio_lib.c184 int BIO_get_shutdown(BIO *a) in BIO_get_shutdown() function
/third_party/curl/lib/vtls/
Dopenssl.c662 #define BIO_get_shutdown(x) ((x)->shutdown) macro