Home
last modified time | relevance | path

Searched refs:ioctlsocket (Results 1 – 25 of 50) sorted by relevance

12

/third_party/openssl/include/internal/
Dsockets.h141 # 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/
Dcoap_tcp.c67 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/
DCurlTests.c245 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/
Dw32functions.c588 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/
Dnonblock.c68 return ioctlsocket(sockfd, FIONBIO, &flags); in curlx_nonblock()
Dcurl_setup.h496 # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z))
/third_party/openssl/crypto/bio/
Db_sock.c166 i = ioctlsocket(fd, type, (char *)arg); in BIO_socket_ioctl()
192 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
/third_party/libuv/test/
Dtest-poll-closesocket.c70 r = ioctlsocket(sock, FIONBIO, &on); in TEST_IMPL()
Dtest-poll-close-doesnt-corrupt-stack.c87 r = ioctlsocket(sock, FIONBIO, &on); in TEST_IMPL()
Dtest-pipe-sendmsg.c47 r = ioctlsocket(sock, FIONBIO, &on); in set_nonblocking()
/third_party/pulseaudio/src/pulsecore/
Dpipe.c63 if (ioctlsocket(fd, FIONBIO, &arg) < 0) in set_block()
/third_party/lwip/src/include/lwip/
Dsockets.h557 #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/
Du_network.c194 ioctlsocket(s, FIONBIO, &iMode); in u_socket_block()
/third_party/node/deps/cares/m4/
Dcares-functions.m42543 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/
Dnet_sockets.c463 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/
Ddebugger-tcp.c335 if (ioctlsocket (tcp_socket, (long)FIONBIO, &nonblocking_enabled) != NO_ERROR) in jerryx_debugger_tcp_create()
/third_party/ffmpeg/libavformat/
Dos_support.c216 return ioctlsocket(socket, FIONBIO, &param); in ff_socket_nonblock()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc66 return ioctlsocket(s, FIONBIO, &mode) == NO_ERROR; in setBlocking()
/third_party/glib/glib/tests/
Dgpoll.c145 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/
Dares_config.h.cmake153 /* Define to 1 if you have the ioctlsocket function. */
163 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
Dares_config.h.in153 /* 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/
Dcurl-functions.m43665 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/
Dwindows-sockets.c81 int result = !!ioctlsocket(fd, FIONBIO, &optl); in lws_plat_set_nonblocking()
/third_party/libuv/src/win/
Dpoll.c424 if (ioctlsocket(socket, FIONBIO, &yes) == SOCKET_ERROR) in uv_poll_init_socket()
/third_party/gn/src/base/files/
Dfile_util_win.cc631 if (ioctlsocket(fd, FIONBIO, &nonblocking) == 0) in SetNonBlocking()

12