Searched refs:tempindex (Results 1 – 2 of 2) sorted by relevance
542 int tempindex) in trynextip() argument544 const int other = tempindex ^ 1; in trynextip()551 curl_socket_t fd_to_close = conn->tempsock[tempindex]; in trynextip()552 conn->tempsock[tempindex] = CURL_SOCKET_BAD; in trynextip()558 if(conn->tempaddr[tempindex]) { in trynextip()560 family = conn->tempaddr[tempindex]->ai_family; in trynextip()561 ai = conn->tempaddr[tempindex]->ai_next; in trynextip()580 result = singleipconnect(conn, ai, &conn->tempsock[tempindex]); in trynextip()586 conn->tempaddr[tempindex] = ai; in trynextip()
64 tempindex = "%d.%d" % (line, col)65 self.assertEqual(fp.find_paragraph(text, tempindex), expected)