Searched refs:p_getaddrinfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Db_sock.c647 } p_getaddrinfo = { local
658 if (p_getaddrinfo.p == NULL) {
659 if ((p_getaddrinfo.p = DSO_global_lookup("getaddrinfo")) == NULL
662 p_getaddrinfo.p = (void *)-1;
664 if (p_getaddrinfo.p == (void *)-1)
689 if ((*p_getaddrinfo.f) (h, p, &hint, &res))

Completed in 46 milliseconds