OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AFD_POLL_DISCONNECT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/win/
winsock.h
103
#define
AFD_POLL_DISCONNECT
(1 << AFD_POLL_DISCONNECT_BIT)
poll.c
115
AFD_POLL_DISCONNECT
| AFD_POLL_ACCEPT | AFD_POLL_ABORT;
118
afd_poll_info->Handles[0].Events |=
AFD_POLL_DISCONNECT
;
169
AFD_POLL_DISCONNECT
| AFD_POLL_ACCEPT | AFD_POLL_ABORT)) != 0) {
171
if ((afd_poll_info->Handles[0].Events &
AFD_POLL_DISCONNECT
) != 0) {
Completed in 63 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026