Lines Matching refs:tempindex
166 int tempindex); /* 0 or 1 among the temp ones */
560 int tempindex, in ainext() argument
563 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in ainext()
566 while(ai && (ai->ai_family != conn->tempfamily[tempindex])) in ainext()
568 conn->tempaddr[tempindex] = ai; in ainext()
577 int tempindex) in trynextip() argument
585 curl_socket_t fd_to_close = conn->tempsock[tempindex]; in trynextip()
586 conn->tempsock[tempindex] = CURL_SOCKET_BAD; in trynextip()
589 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in trynextip()
593 result = singleipconnect(data, conn, ai, tempindex); in trynextip()
595 ai = ainext(conn, tempindex, TRUE); in trynextip()
1164 int tempindex) in singleipconnect() argument
1179 curl_socket_t *sockp = &conn->tempsock[tempindex]; in singleipconnect()
1306 result = Curl_quic_connect(data, conn, sockfd, tempindex, in singleipconnect()