Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/src/
H A Dclnt_vc.c133 int ct_fd; /* connection's fd */ member
432 ct->ct_fd = fd;
542 acquire_fd_lock(ct->ct_fd);
701 release_fd_lock(ct->ct_fd, mask);
790 acquire_fd_lock(ct->ct_fd);
826 *(int *)info = ct->ct_fd;
890 release_fd_lock(ct->ct_fd, mask);
900 int ct_fd = ct->ct_fd; local
937 (void)closesocket(ct->ct_fd);
974 fd.fd = ct->ct_fd;
[all …]