Searched refs:socket_idx (Results 1 – 1 of 1) sorted by relevance
1967 size_t socket_idx; in main() local2232 for(socket_idx = num_sockets - 1; socket_idx >= 1; --socket_idx) { in main()2233 if(CURL_SOCKET_BAD == all_sockets[socket_idx]) { in main()2234 char *dst = (char *) (all_sockets + socket_idx); in main()2235 char *src = (char *) (all_sockets + socket_idx + 1); in main()2249 for(socket_idx = 0; socket_idx < num_sockets; ++socket_idx) { in main()2251 FD_SET(all_sockets[socket_idx], &input); in main()2252 if(all_sockets[socket_idx] > maxfd) in main()2253 maxfd = all_sockets[socket_idx]; in main()2288 for(socket_idx = 1; socket_idx < num_sockets; ++socket_idx) { in main()[all …]