Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Db_addr.c813 SYSerr(SYS_F_GETHOSTBYNAME, 1000 ); in BIO_lookup_ex()
815 SYSerr(SYS_F_GETHOSTBYNAME, 1000 + h_errno); in BIO_lookup_ex()
818 SYSerr(SYS_F_GETHOSTBYNAME, WSAGetLastError()); in BIO_lookup_ex()
/third_party/openssl/include/openssl/
Derr.h164 # define SYS_F_GETHOSTBYNAME 17 macro
/third_party/openssl/crypto/err/
Derr.c89 {ERR_PACK(0, SYS_F_GETHOSTBYNAME, 0), "gethostbyname"},