Searched refs:socket_idx (Results 1 – 1 of 1) sorted by relevance
1961 size_t socket_idx; in main() local2226 for (socket_idx = num_sockets - 1; socket_idx >= 1; --socket_idx) { in main()2227 if (CURL_SOCKET_BAD == all_sockets[socket_idx]) { in main()2228 char* dst = (char *) (all_sockets + socket_idx); in main()2229 char* src = (char *) (all_sockets + socket_idx + 1); in main()2243 for (socket_idx = 0; socket_idx < num_sockets; ++socket_idx) { in main()2245 FD_SET(all_sockets[socket_idx], &input); in main()2246 if(all_sockets[socket_idx] > maxfd) in main()2247 maxfd = all_sockets[socket_idx]; in main()2282 for (socket_idx = 1; socket_idx < num_sockets; ++socket_idx) { in main()[all …]