Lines Matching refs:i
111 int i; variable
117 for(i = 0; i < testnum; ++i) {
119 int addressnum = sizeof(tests[i].address) / sizeof(*tests[i].address);
133 list = curl_slist_append(NULL, tests[i].optval);
140 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
153 if(!addr && !tests[i].address[j])
156 if(tests[i].address[j] == &skip)
162 __FILE__, __LINE__, i);
167 if(addr && !tests[i].address[j]) {
170 __FILE__, __LINE__, i, ipaddress, i, j);
175 if(!addr && tests[i].address[j]) {
178 __FILE__, __LINE__, i, i, j, tests[i].address[j]);
183 if(!curl_strequal(ipaddress, tests[i].address[j])) {
186 __FILE__, __LINE__, i, ipaddress, i, j, tests[i].address[j]);
191 if(port != tests[i].port) {
194 __FILE__, __LINE__, i, i, j, port, i, tests[i].port);
199 if(dns->timestamp && tests[i].permanent) {
202 __FILE__, __LINE__, i, i);
207 if(dns->timestamp == 0 && !tests[i].permanent) {
210 __FILE__, __LINE__, i, i);