HomeSort by relevance Sort by last modified time
    Searched refs:tempaddr (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
connect.c 558 if(conn->tempaddr[tempindex]) {
560 family = conn->tempaddr[tempindex]->ai_family;
561 ai = conn->tempaddr[tempindex]->ai_next;
564 else if(conn->tempaddr[0]) {
566 int firstfamily = conn->tempaddr[0]->ai_family;
568 ai = conn->tempaddr[0]->ai_next;
573 if(conn->tempaddr[other]) {
586 conn->tempaddr[tempindex] = ai;
776 if(i == 0 && conn->tempaddr[1] == NULL &&
787 conn->ip_addr = conn->tempaddr[i]
    [all...]
urldata.h 886 Curl_addrinfo *tempaddr[2]; /* for happy eyeballs */ member in struct:connectdata
    [all...]

Completed in 370 milliseconds