Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDserver.c2419 int status, to_primary_fd, from_primary_fd, to_net_fd, from_net_fd; in become_proxy() local
2446 from_primary_fd = buf_get_fd (buf_from_primary); in become_proxy()
2448 assert (to_primary_fd >= 0 && from_primary_fd >= 0 && to_net_fd >= 0); in become_proxy()
2453 while (from_primary_fd >= 0 || to_primary_fd >= 0) in become_proxy()
2499 if (from_primary_fd >= 0) in become_proxy()
2501 FD_SET (from_primary_fd, &readfds); in become_proxy()
2502 numfds = MAX (numfds, from_primary_fd); in become_proxy()
2586 if (from_primary_fd >= 0 && FD_ISSET (from_primary_fd, &readfds)) in become_proxy()
2664 from_primary_fd = -1; in become_proxy()
2679 if (from_primary_fd < 0 in become_proxy()
[all …]