Lines Matching defs:addr
120 struct Curl_addrinfo *addr;
147 addr = dns ? dns->addr : NULL;
153 if(!addr && !tests[i].address[j])
159 if(addr && !Curl_addr2string(addr->ai_addr, addr->ai_addrlen,
167 if(addr && !tests[i].address[j]) {
168 fprintf(stderr, "%s:%d tests[%d] failed. the retrieved addr "
175 if(!addr && tests[i].address[j]) {
176 fprintf(stderr, "%s:%d tests[%d] failed. the retrieved addr "
184 fprintf(stderr, "%s:%d tests[%d] failed. the retrieved addr "
215 addr = addr->ai_next;