Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dserver.c2428 int status, to_primary_fd, from_primary_fd, to_net_fd, from_net_fd; in become_proxy() local
2455 from_primary_fd = buf_get_fd (buf_from_primary); in become_proxy()
2457 assert (to_primary_fd >= 0 && from_primary_fd >= 0 && to_net_fd >= 0); in become_proxy()
2462 while (from_primary_fd >= 0 || to_primary_fd >= 0) in become_proxy()
2508 if (from_primary_fd >= 0) in become_proxy()
2510 FD_SET (from_primary_fd, &readfds); in become_proxy()
2511 numfds = MAX (numfds, from_primary_fd); in become_proxy()
2595 if (from_primary_fd >= 0 && FD_ISSET (from_primary_fd, &readfds)) in become_proxy()
2673 from_primary_fd = -1; in become_proxy()
2688 if (from_primary_fd < 0 in become_proxy()
[all …]