OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FD_ACCEPT
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h
229
#undef
FD_ACCEPT
/external/webrtc/webrtc/base/
win32socketserver.cc
467
if (!SetAsync(
FD_ACCEPT
))
651
case
FD_ACCEPT
:
physicalsocketserver.cc
1066
ffFD |=
FD_ACCEPT
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h
270
#define
FD_ACCEPT
0x08
winsock2.h
324
#define
FD_ACCEPT
(1 << FD_ACCEPT_BIT)
[
all
...]
/external/curl/tests/server/
sockfilt.c
734
networkevents |= FD_READ|
FD_ACCEPT
|FD_CLOSE;
823
if(!(wsanetevents.lNetworkEvents & (FD_READ|
FD_ACCEPT
|FD_CLOSE)))
[
all
...]
/external/dbus/dbus/
dbus-sysdeps-win.c
984
lNetworkEvents |= FD_READ |
FD_ACCEPT
| FD_CLOSE;
1023
if (ne.lNetworkEvents & (FD_READ |
FD_ACCEPT
| FD_CLOSE))
1032
if (ne.lNetworkEvents & (FD_READ |
FD_ACCEPT
| FD_CLOSE))
[
all
...]
Completed in 116 milliseconds