Home
last modified time | relevance | path

Searched refs:socket_idx (Results 1 – 1 of 1) sorted by relevance

/curl/tests/server/
H A Dsws.c2018 size_t socket_idx; in main() local
2329 for(socket_idx = num_sockets - 1; socket_idx >= 1; --socket_idx) { in main()
2346 for(socket_idx = 0; socket_idx < num_sockets; ++socket_idx) { in main()
2348 FD_SET(all_sockets[socket_idx], &input); in main()
2349 if(all_sockets[socket_idx] > maxfd) in main()
2350 maxfd = all_sockets[socket_idx]; in main()
2392 for(socket_idx = 1; (socket_idx < num_sockets) && active; ++socket_idx) { in main()
2421 sclose(all_sockets[socket_idx]); in main()
2459 for(socket_idx = 1; socket_idx < num_sockets; ++socket_idx) in main()
2460 if((all_sockets[socket_idx] != sock) && in main()
[all …]

Completed in 24 milliseconds