Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c2428 int status, to_primary_fd, from_primary_fd, to_net_fd, from_net_fd; in become_proxy() local
2454 to_primary_fd = buf_get_fd (buf_to_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()
2496 if (to_primary_fd >= 0 && !buf_empty_p (buf_to_primary)) in become_proxy()
2498 FD_SET (to_primary_fd, &writefds); in become_proxy()
2499 numfds = MAX (numfds, to_primary_fd); in become_proxy()
2587 if (to_primary_fd >= 0 && FD_ISSET (to_primary_fd, &writefds)) in become_proxy()
2711 to_primary_fd = -1; in become_proxy()