OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FD_OOB
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h
228
#undef
FD_OOB
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h
269
#define
FD_OOB
0x04
winsock2.h
321
#define
FD_OOB
(1 << FD_OOB_BIT)
[
all
...]
/external/curl/tests/server/
sockfilt.c
740
networkevents |=
FD_OOB
|FD_CLOSE;
840
if(!(wsanetevents.lNetworkEvents & (
FD_OOB
|FD_CLOSE)))
[
all
...]
/external/dbus/dbus/
dbus-sysdeps-win.c
979
long lNetworkEvents =
FD_OOB
;
1029
if (ne.lNetworkEvents & (
FD_OOB
))
1038
if (ne.lNetworkEvents & (
FD_OOB
))
[
all
...]
Completed in 96 milliseconds