Searched refs:socket_idx (Results 1 – 1 of 1) sorted by relevance
1890 size_t socket_idx; in main() local2223 for(socket_idx = num_sockets - 1; socket_idx >= 1; --socket_idx) { in main()2224 if(CURL_SOCKET_BAD == all_sockets[socket_idx]) { in main()2225 char *dst = (char *) (all_sockets + socket_idx); in main()2226 char *src = (char *) (all_sockets + socket_idx + 1); in main()2240 for(socket_idx = 0; socket_idx < num_sockets; ++socket_idx) { in main()2242 FD_SET(all_sockets[socket_idx], &input); in main()2243 if(all_sockets[socket_idx] > maxfd) in main()2244 maxfd = all_sockets[socket_idx]; in main()2284 for(socket_idx = 1; (socket_idx < num_sockets) && active; ++socket_idx) { in main()[all …]