Lines Matching refs:tempindex
165 int tempindex); /* 0 or 1 among the temp ones */
557 int tempindex, in ainext() argument
560 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in ainext()
563 while(ai && (ai->ai_family != conn->tempfamily[tempindex])) in ainext()
565 conn->tempaddr[tempindex] = ai; in ainext()
573 int tempindex) in trynextip() argument
581 curl_socket_t fd_to_close = conn->tempsock[tempindex]; in trynextip()
582 conn->tempsock[tempindex] = CURL_SOCKET_BAD; in trynextip()
585 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in trynextip()
589 result = singleipconnect(conn, ai, tempindex); in trynextip()
591 ai = ainext(conn, tempindex, TRUE); in trynextip()
1116 int tempindex) in singleipconnect() argument
1132 curl_socket_t *sockp = &conn->tempsock[tempindex]; in singleipconnect()
1259 result = Curl_quic_connect(conn, sockfd, tempindex, in singleipconnect()