/third_party/openssl/include/internal/ |
D | sockets.h | 141 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro 146 # define ioctlsocket(a,b,c) ioctl((a),(b),(int)(c)) macro 151 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro
|
/third_party/libcoap/src/ |
D | coap_tcp.c | 67 if (ioctlsocket(sock->fd, FIONBIO, &u_on) == COAP_SOCKET_ERROR) { 215 if (ioctlsocket(sock->fd, FIONBIO, &u_on) == COAP_SOCKET_ERROR) { 309 if (ioctlsocket(new_client->fd, FIONBIO, &u_on) == COAP_SOCKET_ERROR) {
|
/third_party/curl/CMake/ |
D | CurlTests.c | 245 unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); in main() 328 if(0 != ioctlsocket(0, FIONBIO, &flags)) in main()
|
/third_party/skia/third_party/externals/microhttpd/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_()
|
/third_party/curl/lib/ |
D | nonblock.c | 68 return ioctlsocket(sockfd, FIONBIO, &flags); in curlx_nonblock()
|
D | curl_setup.h | 496 # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z))
|
/third_party/openssl/crypto/bio/ |
D | b_sock.c | 166 i = ioctlsocket(fd, type, (char *)arg); in BIO_socket_ioctl() 192 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
|
/third_party/libuv/test/ |
D | test-poll-closesocket.c | 70 r = ioctlsocket(sock, FIONBIO, &on); in TEST_IMPL()
|
D | test-poll-close-doesnt-corrupt-stack.c | 87 r = ioctlsocket(sock, FIONBIO, &on); in TEST_IMPL()
|
D | test-pipe-sendmsg.c | 47 r = ioctlsocket(sock, FIONBIO, &on); in set_nonblocking()
|
/third_party/pulseaudio/src/pulsecore/ |
D | pipe.c | 63 if (ioctlsocket(fd, FIONBIO, &arg) < 0) in set_block()
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 557 #define lwip_ioctl ioctlsocket 572 #define ioctlsocket ioctl macro 675 #define ioctlsocket(s,cmd,argp) lwip_ioctl(s,cmd,argp) macro
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_network.c | 194 ioctlsocket(s, FIONBIO, &iMode); in u_socket_block()
|
/third_party/node/deps/cares/m4/ |
D | cares-functions.m4 | 2543 dnl Verify if ioctlsocket is available, prototyped, and 2557 AC_MSG_CHECKING([if ioctlsocket can be linked]) 2562 if(0 != ioctlsocket(0, 0, 0)) 2574 AC_MSG_CHECKING([if ioctlsocket is prototyped]) 2575 AC_EGREP_CPP([ioctlsocket],[ 2587 AC_MSG_CHECKING([if ioctlsocket is compilable]) 2592 if(0 != ioctlsocket(0, 0, 0)) 2605 AC_MSG_CHECKING([if ioctlsocket usage allowed]) 2615 AC_MSG_CHECKING([if ioctlsocket might be used]) 2622 [Define to 1 if you have the ioctlsocket function.]) [all …]
|
/third_party/mbedtls/library/ |
D | net_sockets.c | 463 return( ioctlsocket( ctx->fd, FIONBIO, &n ) ); in mbedtls_net_set_block() 474 return( ioctlsocket( ctx->fd, FIONBIO, &n ) ); in mbedtls_net_set_nonblock()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-tcp.c | 335 if (ioctlsocket (tcp_socket, (long)FIONBIO, &nonblocking_enabled) != NO_ERROR) in jerryx_debugger_tcp_create()
|
/third_party/ffmpeg/libavformat/ |
D | os_support.c | 216 return ioctlsocket(socket, FIONBIO, ¶m); in ff_socket_nonblock()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | socket.cc | 66 return ioctlsocket(s, FIONBIO, &mode) == NO_ERROR; in setBlocking()
|
/third_party/glib/glib/tests/ |
D | gpoll.c | 145 g_assert (ioctlsocket (opp_sockets[i], FIONBIO, &ul) == 0); in prepare_sockets() 152 g_assert (ioctlsocket (sockets[i], FIONBIO, &ul) == 0); in prepare_sockets()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_config.h.cmake | 153 /* Define to 1 if you have the ioctlsocket function. */ 163 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
|
D | ares_config.h.in | 153 /* Define to 1 if you have the ioctlsocket function. */ 163 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
|
/third_party/curl/m4/ |
D | curl-functions.m4 | 3665 dnl Verify if ioctlsocket is available, prototyped, and 3679 AC_MSG_CHECKING([if ioctlsocket can be linked]) 3685 if(0 != ioctlsocket(0, 0, 0)) 3697 AC_MSG_CHECKING([if ioctlsocket is prototyped]) 3698 AC_EGREP_CPP([ioctlsocket],[ 3711 AC_MSG_CHECKING([if ioctlsocket is compilable]) 3717 if(0 != ioctlsocket(0, 0, 0)) 3730 AC_MSG_CHECKING([if ioctlsocket usage allowed]) 3740 AC_MSG_CHECKING([if ioctlsocket might be used]) 3747 [Define to 1 if you have the ioctlsocket function.]) [all …]
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-sockets.c | 81 int result = !!ioctlsocket(fd, FIONBIO, &optl); in lws_plat_set_nonblocking()
|
/third_party/libuv/src/win/ |
D | poll.c | 424 if (ioctlsocket(socket, FIONBIO, &yes) == SOCKET_ERROR) in uv_poll_init_socket()
|
/third_party/gn/src/base/files/ |
D | file_util_win.cc | 631 if (ioctlsocket(fd, FIONBIO, &nonblocking) == 0) in SetNonBlocking()
|