Searched refs:si_fds (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dos-ip.c859 struct pollfd si_fds[FD_SETSIZE]; member in struct:selectinfo
932 if( sip->si_fds[i].fd == sd ) {
933 sip->si_fds[i].events |= POLL_WRITE;
936 if( empty==-1 && sip->si_fds[i].fd == -1 ) {
949 sip->si_fds[empty].fd = sd;
950 sip->si_fds[empty].events = POLL_WRITE;
973 if( sip->si_fds[i].fd == sd ) {
974 sip->si_fds[i].events |= POLL_READ;
977 if( empty==-1 && sip->si_fds[i].fd == -1 ) {
990 sip->si_fds[empt
[all...]

Completed in 114 milliseconds