/external/curl/lib/ |
D | nonblock.c | 68 return ioctl(sockfd, FIONBIO, &flags); in curlx_nonblock() 74 return ioctlsocket(sockfd, FIONBIO, &flags); in curlx_nonblock() 80 return IoctlSocket(sockfd, FIONBIO, flags); in curlx_nonblock()
|
D | curl_config.h.cmake | 298 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. 302 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */ 305 /* Define to 1 if you have a working ioctl FIONBIO function. */
|
/external/curl/CMake/ |
D | CurlTests.c | 322 unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); in main() 378 if(0 != ioctlsocket(0, FIONBIO, &flags)) in main() 405 if(0 != ioctlsocket(0, FIONBIO, &flags)) in main() 436 if(0 != ioctl(0, FIONBIO, &flags)) in main()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_ioctl_test.cc | 55 EXPECT_EQ((unsigned)FIONBIO, ioctl_request_fixup(FIONBIO)); in TEST()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | ioctl.cc | 17 int res = ioctl(fd, FIONBIO, &nonblock + 1); in main()
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 588 if (0 == ioctlsocket(client_s, FIONBIO, (u_long*) &opt) in MHD_W32_pair_of_sockets_() 605 && 0 == ioctlsocket(client_s, FIONBIO, (u_long*) &opt) in MHD_W32_pair_of_sockets_() 606 && 0 == ioctlsocket(server_s, FIONBIO, (u_long*) &opt)) in MHD_W32_pair_of_sockets_()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | io_control.hpp | 44 return static_cast<int>(ASIO_OS_DEF(FIONBIO)); in name()
|
D | socket_types.hpp | 98 # define ASIO_OS_DEF_FIONBIO FIONBIO
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 52 #define FIONBIO 0x5421 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 54 #define FIONBIO 0x667e macro
|
/external/boringssl/src/crypto/bio/ |
D | socket_helper.c | 88 return 0 == ioctlsocket(sock, FIONBIO, &arg); in bio_socket_nbio()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_network.c | 187 ioctlsocket(s, FIONBIO, &iMode); in u_socket_block()
|
/external/xmlrpcpp/src/ |
D | XmlRpcSocket.cpp | 93 return (ioctlsocket((SOCKET)fd, FIONBIO, &flag) == 0); in setNonBlocking()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket_posix.cc | 57 if(ioctl(_socket, FIONBIO, &enable_non_blocking) == -1) in UdpSocketPosix()
|
/external/strace/ |
D | term.c | 265 case FIONBIO: in term_ioctl()
|
/external/fio/os/ |
D | os-windows.h | 68 #define O_NONBLOCK FIONBIO
|
/external/libedit/src/ |
D | read.c | 161 #ifdef FIONBIO in read__fixio() 165 if (ioctl(fd, FIONBIO, &zero) == -1) in read__fixio()
|
/external/boringssl/src/tool/ |
D | transport_common.cc | 200 ok = 0 == ioctlsocket(sock, FIONBIO, &arg); in SocketSetNonBlocking()
|
/external/c-ares/ |
D | ares_config.h.in | 150 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. 154 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */ 157 /* Define to 1 if you have a working ioctl FIONBIO function. */
|
D | ares_process.c | 842 return ioctl(sockfd, FIONBIO, &flags); in setsocknonblock() 853 return ioctlsocket(sockfd, FIONBIO, &flags); in setsocknonblock() 858 return IoctlSocket(sockfd, FIONBIO, (long)nonblock); in setsocknonblock()
|
/external/curl/m4/ |
D | curl-confopts.m4 | 403 tst_method="ioctl FIONBIO" 405 tst_method="ioctlsocket FIONBIO" 407 tst_method="IoctlSocket FIONBIO"
|
D | curl-functions.m4 | 3971 dnl Verify if ioctl with the FIONBIO command is 3982 AC_MSG_CHECKING([if ioctl FIONBIO is compilable]) 3988 if(0 != ioctl(0, FIONBIO, &flags)) 4001 AC_MSG_CHECKING([if ioctl FIONBIO usage allowed]) 4011 AC_MSG_CHECKING([if ioctl FIONBIO might be used]) 4016 [Define to 1 if you have a working ioctl FIONBIO function.]) 4175 dnl Verify if ioctlsocket with the FIONBIO command is 4186 AC_MSG_CHECKING([if ioctlsocket FIONBIO is compilable]) 4192 if(0 != ioctlsocket(0, FIONBIO, &flags)) 4205 AC_MSG_CHECKING([if ioctlsocket FIONBIO usage allowed]) [all …]
|
/external/iputils/ |
D | tftpd.c | 123 if (ioctl(0, FIONBIO, &on) < 0) { in main()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | socket_ops.ipp | 257 ::ioctl(s, FIONBIO, &arg); 281 int result = error_wrapper(::ioctl(s, FIONBIO, &arg), ec); 321 int result = error_wrapper(::ioctl(s, FIONBIO, &arg), ec); 1239 if (cmd == static_cast<int>(FIONBIO))
|
/external/libvncserver/libvncclient/ |
D | sockets.c | 649 if(ioctlsocket(sock, FIONBIO, &block) == SOCKET_ERROR) {
|