OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLL_READ
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/include/ac/
socket.h
260
#undef
POLL_READ
261
#define
POLL_READ
(POLLIN|POLLPRI|POLL_OTHER)
/src/external/bsd/openldap/dist/libraries/libldap/
os-ip.c
302
short event = wr ? POLL_WRITE :
POLL_READ
;
1043
sip->si_fds[i].events |=
POLL_READ
;
1060
sip->si_fds[empty].events =
POLL_READ
;
1173
return sip->si_fds[i].revents &
POLL_READ
;
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026