Searched refs:tempindex (Results 1 – 3 of 3) sorted by relevance
555 int tempindex) in trynextip() argument557 const int other = tempindex ^ 1; in trynextip()564 curl_socket_t fd_to_close = conn->tempsock[tempindex]; in trynextip()565 conn->tempsock[tempindex] = CURL_SOCKET_BAD; in trynextip()571 if(conn->tempaddr[tempindex]) { in trynextip()573 family = conn->tempaddr[tempindex]->ai_family; in trynextip()574 ai = conn->tempaddr[tempindex]->ai_next; in trynextip()593 result = singleipconnect(conn, ai, &conn->tempsock[tempindex]); in trynextip()599 conn->tempaddr[tempindex] = ai; in trynextip()
64 tempindex = "%d.%d" % (line, col)65 self.assertEqual(fp.find_paragraph(text, tempindex), expected)
65 tempindex = "%d.%d" % (line, col)66 self.assertEqual(pg.find_paragraph(text, tempindex), expected)