Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c7906 nx_bsd_fd_set writefds_found; in nx_bsd_select() local
7943 NX_BSD_FD_ZERO(&writefds_found); in nx_bsd_select()
8145 NX_BSD_FD_SET(i + NX_BSD_SOCKFD_START, &writefds_found); in nx_bsd_select()
8153 NX_BSD_FD_SET(i + NX_BSD_SOCKFD_START, &writefds_found); in nx_bsd_select()
8160 NX_BSD_FD_SET(i + NX_BSD_SOCKFD_START, &writefds_found); in nx_bsd_select()
8196 if (readfds_found.fd_count || writefds_found.fd_count || exceptfds_found.fd_count) in nx_bsd_select()
8206 *writefds = writefds_found; in nx_bsd_select()
8215 return(readfds_found.fd_count + writefds_found.fd_count + exceptfds_found.fd_count); in nx_bsd_select()