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

  /external/curl/lib/
connect.c 542 int tempindex)
544 const int other = tempindex ^ 1;
551 curl_socket_t fd_to_close = conn->tempsock[tempindex];
552 conn->tempsock[tempindex] = CURL_SOCKET_BAD;
558 if(conn->tempaddr[tempindex]) {
560 family = conn->tempaddr[tempindex]->ai_family;
561 ai = conn->tempaddr[tempindex]->ai_next;
580 result = singleipconnect(conn, ai, &conn->tempsock[tempindex]);
586 conn->tempaddr[tempindex] = ai;
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_formatparagraph.py 64 tempindex = "%d.%d" % (line, col)
65 self.assertEqual(fp.find_paragraph(text, tempindex), expected)

Completed in 106 milliseconds