Lines Matching refs:addr
116 struct Curl_addrinfo *addr;
149 addr = dns ? dns->addr : NULL;
155 if(!addr && !tests[i].address[j])
158 if(addr && !Curl_addr2string(addr->ai_addr, addr->ai_addrlen,
166 if(addr && !tests[i].address[j]) {
167 fprintf(stderr, "%s:%d tests[%d] failed. the retrieved addr "
174 if(!addr && tests[i].address[j]) {
175 fprintf(stderr, "%s:%d tests[%d] failed. the retrieved addr "
183 fprintf(stderr, "%s:%d tests[%d] failed. the retrieved addr "
198 addr = addr->ai_next;