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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Ddaemon.c376 # define SLAP_EVENT_IS_WRITE(i) \ macro
510 # define SLAP_EVENT_IS_WRITE(i) SLAP_EPOLL_EVENT_CHK((i), EPOLLOUT) macro
676 # define SLAP_EVENT_IS_WRITE(i) SLAP_DEVPOLL_EVENT_CHK((i), POLLOUT) macro
783 # define SLAP_EVENT_IS_WRITE(fd) (rflags[fd] & SD_WRITE) macro
903 # define SLAP_EVENT_IS_WRITE(fd) FD_ISSET((fd), &writefds) macro
2899 w = nwriters ? SLAP_EVENT_IS_WRITE( i ) : 0;
2919 if ( ! SLAP_EVENT_IS_WRITE( i ) ) continue;
3002 w = SLAP_EVENT_IS_WRITE( i );
3033 if ( SLAP_EVENT_IS_WRITE( i ) ) {

Completed in 122 milliseconds