Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbio_sock.c123 struct hostent *BIO_gethostbyname(const char *name) in BIO_gethostbyname() function
/third_party/openssl/util/
Dmissingcrypto.txt199 BIO_gethostbyname(3)
Dmissingcrypto111.txt221 BIO_gethostbyname(3)
Dlibcrypto.num752 BIO_gethostbyname 772 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0,SOCK
/third_party/openssl/ohos_lite/include/openssl/
Dbio.h686 DEPRECATEDIN_1_1_0(struct hostent *BIO_gethostbyname(const char *name))
/third_party/openssl/include/openssl/
Dbio.h.in747 OSSL_DEPRECATEDIN_1_1_0 struct hostent *BIO_gethostbyname(const char *name);
/third_party/openssl/
DCHANGES.md14769 * Disable caching in BIO_gethostbyname(), directly use gethostbyname()
14770 instead. BIO_gethostbyname() does not know what timeouts are