Home | History | Annotate | Download | only in libxml2

Lines Matching full:hints

882 	struct addrinfo hints, *tmp, *result;
885 memset (&hints, 0, sizeof(hints));
886 hints.ai_socktype = SOCK_STREAM;
889 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) {
895 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {