Searched defs:SLAP_EVENT_CLR_WRITE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Ddaemon.c352 # define SLAP_EVENT_CLR_WRITE(i) do {} while (0) macro
505 # define SLAP_EVENT_CLR_WRITE(i) SLAP_EPOLL_EVENT_CLR((i), EPOLLOUT) macro
669 # define SLAP_EVENT_CLR_WRITE(i) SLAP_DEVPOLL_EVENT_CLR((i), POLLOUT) macro
786 # define SLAP_EVENT_CLR_WRITE(fd) rflags[fd] &= ~SD_WRITE macro
906 # define SLAP_EVENT_CLR_WRITE(fd) FD_CLR((fd), &writefds) macro

Completed in 117 milliseconds