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

  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_addr.c 632 return BIO_lookup_ex(host, service, lookup_type, family, socktype, 0, res);
636 * BIO_lookup_ex - look up the host and service you want to connect to.
657 int BIO_lookup_ex(const char *host, const char *service, int lookup_type,
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
b_addr.c 620 return BIO_lookup_ex(host, service, lookup_type, family, socktype, 0, res);
624 * BIO_lookup_ex - look up the node and service you want to connect to.
645 int BIO_lookup_ex(const char *host, const char *service, int lookup_type,
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_addr.c 655 return BIO_lookup_ex(host, service, lookup_type, family, socktype, 0, res);
659 * BIO_lookup_ex - look up the host and service you want to connect to.
680 int BIO_lookup_ex(const char *host, const char *service, int lookup_type,

Completed in 25 milliseconds