Home
last modified time | relevance | path

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

/curl/tests/server/
H A Dsws.c2020 size_t socket_idx; in main() local
2331 for(socket_idx = num_sockets - 1; socket_idx >= 1; --socket_idx) { in main()
2348 for(socket_idx = 0; socket_idx < num_sockets; ++socket_idx) { in main()
2350 FD_SET(all_sockets[socket_idx], &input); in main()
2351 if(all_sockets[socket_idx] > maxfd) in main()
2352 maxfd = all_sockets[socket_idx]; in main()
2394 for(socket_idx = 1; (socket_idx < num_sockets) && active; ++socket_idx) { in main()
2423 sclose(all_sockets[socket_idx]); in main()
2461 for(socket_idx = 1; socket_idx < num_sockets; ++socket_idx) in main()
2462 if((all_sockets[socket_idx] != sock) && in main()
[all …]

Completed in 15 milliseconds