Lines Matching refs:rset
423 service_proxy(fd_set* rset, int retsock, struct proxy* proxies,
428 if(FD_ISSET(p->s, rset)) {
718 fd_set* rset, fd_set* rorig, fd_set* worig)
731 if(!delete_it && FD_ISSET(p->client_s, rset)) {
740 FD_ISSET(p->server_s, rset)) {
898 fd_set rset, rorig;
917 rset = rorig;
923 if(select(max, &rset, &wset, NULL, have_wait?&wait:NULL) < 0) {
939 service_proxy(&rset, udp_s, proxies, pkt, &now);
948 pkt, &rset, &rorig, &worig);