HomeSort by relevance Sort by last modified time
    Searched refs:FIONBIO (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
ioctls.h 66 #define FIONBIO 0x667e
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
ioctls.h 66 #define FIONBIO 0x667e
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
ioctls.h 66 #define FIONBIO 0x667e
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm-generic/
ioctls.h 64 #define FIONBIO 0x5421
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm-generic/
ioctls.h 64 #define FIONBIO 0x5421
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm/
ioctls.h 67 #define FIONBIO 0x667e
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm-generic/
ioctls.h 64 #define FIONBIO 0x5421
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm/
ioctls.h 67 #define FIONBIO 0x667e
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm-generic/
ioctls.h 64 #define FIONBIO 0x5421
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm-generic/
ioctls.h 64 #define FIONBIO 0x5421
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm-generic/
ioctls.h 64 #define FIONBIO 0x5421
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
ioctls.h 66 #define FIONBIO 0x667e
  /external/chromium_org/third_party/libevent/
evutil.c 168 ioctlsocket(fd, FIONBIO, (unsigned long*) &nonblocking);
  /external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTimeBHO.cpp 132 if (ioctlsocket(m_sockListen, FIONBIO, &nNonblocking))
  /external/qemu/slirp/
misc.c 779 #ifdef FIONBIO
786 ioctlsocket(fd, FIONBIO, &opt);
799 #ifdef FIONBIO
806 ioctlsocket(fd, FIONBIO, &opt);
  /external/qemu/slirp-android/
misc.c 745 #ifdef FIONBIO
752 ioctlsocket(fd, FIONBIO, &opt);
765 #ifdef FIONBIO
772 ioctlsocket(fd, FIONBIO, &opt);
  /external/openssl/apps/
s_server.c 196 /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
197 #undef FIONBIO
275 #ifdef FIONBIO
440 #ifdef FIONBIO
491 #ifdef FIONBIO
999 #ifdef FIONBIO
    [all...]
s_client.c 173 /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
174 #undef FIONBIO
197 #ifdef FIONBIO
313 #ifdef FIONBIO
665 #ifdef FIONBIO
922 #ifdef FIONBIO
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress_dns.c 323 ioctlsocket(sock, FIONBIO, &nonblocking);
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_posix.cc 58 if(ioctl(_socket, FIONBIO, &enable_non_blocking) == -1)
  /external/fio/os/
os-windows.h 68 #define O_NONBLOCK FIONBIO
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 18 #undef FIONBIO
  /external/libedit/src/
read.c 161 #ifdef FIONBIO
165 if (ioctl(fd, FIONBIO, &zero) == -1)
170 #endif /* FIONBIO */
  /external/openssl/crypto/bio/
b_sock.c 971 #ifdef FIONBIO
972 ret=BIO_socket_ioctl(s,FIONBIO,&l);
bss_acpt.c 74 /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
75 #undef FIONBIO

Completed in 3997 milliseconds

1 2 34 5