/external/openssl/apps/ |
D | s_time.c | 137 #ifdef FIONBIO 161 #ifdef FIONBIO in s_time_init() 187 #ifdef FIONBIO in s_time_usage() 268 #ifdef FIONBIO in parseArgs()
|
D | s_server.c | 197 #undef FIONBIO 275 #ifdef FIONBIO 440 #ifdef FIONBIO in s_server_init() 490 #ifdef FIONBIO in sv_usage() 993 #ifdef FIONBIO in MAIN() 1125 #ifdef FIONBIO in MAIN() 1131 #ifdef FIONBIO in MAIN() 1976 #ifdef FIONBIO in sv_body() 1983 if (BIO_socket_ioctl(s,FIONBIO,&sl) < 0) in sv_body() 2575 #ifdef FIONBIO in www_body() [all …]
|
D | s_client.c | 174 #undef FIONBIO 197 #ifdef FIONBIO 311 #ifdef FIONBIO in sc_usage() 657 #ifdef FIONBIO in MAIN() 903 #ifdef FIONBIO in MAIN() 1284 #ifdef FIONBIO in MAIN() 1289 if (BIO_socket_ioctl(s,FIONBIO,&l) < 0) in MAIN()
|
/external/kernel-headers/original/asm-arm/ |
D | ioctls.h | 41 #define FIONBIO 0x5421 macro
|
/external/qemu/ |
D | oslib-win32.c | 80 ioctlsocket(fd, FIONBIO, &opt);
|
D | sockets.c | 1119 return ioctlsocket(fd, FIONBIO, &opt); in socket_set_nonblock() 1130 return ioctlsocket(fd, FIONBIO, &opt); in socket_set_blocking()
|
/external/kernel-headers/original/asm-x86/ |
D | ioctls.h | 41 #define FIONBIO 0x5421 macro
|
/external/kernel-headers/original/asm-mips/ |
D | ioctls.h | 54 #define FIONBIO 0x667e macro
|
/external/strace/ |
D | term.c | 359 #ifdef FIONBIO in term_ioctl() 360 case FIONBIO: in term_ioctl()
|
/external/qemu/slirp-android/ |
D | misc.c | 745 #ifdef FIONBIO in fd_nonblock() 752 ioctlsocket(fd, FIONBIO, &opt); in fd_nonblock() 765 #ifdef FIONBIO in fd_block() 772 ioctlsocket(fd, FIONBIO, &opt); in fd_block()
|
/external/qemu/slirp/ |
D | misc.c | 779 #ifdef FIONBIO in fd_nonblock() 786 ioctlsocket(fd, FIONBIO, &opt); in fd_nonblock() 799 #ifdef FIONBIO in fd_block() 806 ioctlsocket(fd, FIONBIO, &opt); in fd_block()
|
/external/chromium/third_party/libevent/ |
D | evutil.c | 168 ioctlsocket(fd, FIONBIO, (unsigned long*) &nonblocking); in evutil_make_socket_nonblocking()
|
/external/quake/quake/src/QW/client/ |
D | net_udp.c | 244 if (ioctl (newsocket, FIONBIO, (char *)&_true) == -1) in UDP_OpenSocket()
|
D | net_wins.c | 241 if (ioctlsocket (newsocket, FIONBIO, &_true) == -1) in UDP_OpenSocket()
|
/external/chromium/third_party/libevent/test/ |
D | regress_dns.c | 323 ioctlsocket(sock, FIONBIO, &nonblocking); in dns_server()
|
/external/quake/quake/src/WinQuake/ |
D | net_wipx.cpp | 174 if (pioctlsocket (newsocket, FIONBIO, &_true) == -1) in WIPX_OpenSocket()
|
D | net_mp.cpp | 158 if (ioctlsocket (newsocket, FIONBIO, &_true) == -1) in MPATH_OpenSocket()
|
D | net_udp.cpp | 239 if (ioctl (newsocket, FIONBIO, (char *)&_true) == -1) in UDP_OpenSocket()
|
D | net_wins.cpp | 290 if (pioctlsocket (newsocket, FIONBIO, &_true) == -1) in WINS_OpenSocket()
|
D | net_bw.cpp | 63 #define FIONBIO 0x667e macro
|
D | mpdosock.h | 131 #define FIONBIO _IOW('f', 126, u_long) /* set/clear non-blocking i/o */ macro
|
/external/openssl/crypto/bio/ |
D | b_sock.c | 971 #ifdef FIONBIO in BIO_socket_nbio() 972 ret=BIO_socket_ioctl(s,FIONBIO,&l); in BIO_socket_nbio()
|
D | bss_acpt.c | 75 #undef FIONBIO
|
D | bss_conn.c | 75 #undef FIONBIO
|
/external/openssl/ |
D | e_os.h | 182 #define FIONBIO SO_NONBLOCK
|