Home
last modified time | relevance | path

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

/netbsd/external/bsd/openldap/dist/include/ac/
H A Dsocket.h264 #undef POLL_WRITE
265 #define POLL_WRITE (POLLOUT|POLL_OTHER) macro
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dos-local.c256 fd.events = POLL_WRITE; in ldap_pvt_connect()
266 if( fd.revents & POLL_WRITE ) { in ldap_pvt_connect()
H A Dos-ip.c302 short event = wr ? POLL_WRITE : POLL_READ; in ldap_int_poll()
996 sip->si_fds[i].events |= POLL_WRITE; in ldap_mark_select_write()
1013 sip->si_fds[empty].events = POLL_WRITE; in ldap_mark_select_write()
1112 sip->si_fds[i].events &= ~POLL_WRITE; in ldap_clear_select_write()
1139 return sip->si_fds[i].revents & POLL_WRITE; in ldap_is_write_ready()