Lines Matching defs:port
47 /* host:port:address[,address]... */
50 /* lowercase host and port to retrieve the addresses from hostcache */
52 int port;
61 1) if there is already existing host:port pair in the DNS cache and
84 - call set options with CURLOPT_RESOLVE with same host:port pair,
141 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
152 int port = 0;
159 ipaddress, &port)) {
190 if(port != tests[i].port) {
191 fprintf(stderr, "%s:%d tests[%d] failed. the retrieved port "
192 "for tests[%d].address[%d] is %d but tests[%d].port is %d.\n",
193 __FILE__, __LINE__, i, i, j, port, i, tests[i].port);