Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c1398 pip->cbsi_pollfds[ i ].lpoll_fd = -1;
1430 pip->cbsi_pollfds[i].lpoll_fd = -1;
1550 if ( fds[ i ].lpoll_fd < 0 ) {
1554 if ( fds[ i ].lpoll_fd >= FD_SETSIZE ) {
1560 FD_SET( fds[i].lpoll_fd, &readfds );
1564 FD_SET( fds[i].lpoll_fd, &writefds );
1569 if ( fds[i].lpoll_fd >= maxfd ) {
1570 maxfd = fds[i].lpoll_fd;
1594 if ( fds[ i ].lpoll_fd < 0 ) {
1599 && FD_ISSET( fds[i].lpoll_fd, &readfds )) {
[all …]
H A Dresult.c1086 pollfds[0].lpoll_fd = ld->ld_sbp->sb_sd;
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h211 int lpoll_fd; /* integer file descriptor / socket */ member
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c262 if ( fds[i].lpoll_fd >= 0 ) { in prldap_poll()