Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Dopenssl-compat.h33 #define BIO_get_shutdown(b) (b)->shutdown macro
/freebsd/contrib/libevent/
H A Dopenssl-compat.h33 #define BIO_get_shutdown(b) (b)->shutdown macro
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c184 int BIO_get_shutdown(BIO *a) in BIO_get_shutdown() function