/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | sockets.h | 143 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro 148 # define ioctlsocket(a,b,c) ioctl((a),(b),(int)(c)) macro 161 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro 164 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro
|
/third_party/openssl/include/internal/ |
H A D | sockets.h | 143 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro 148 # define ioctlsocket(a,b,c) ioctl((a),(b),(int)(c)) macro 161 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro 164 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro
|
/third_party/openssl/ohos_lite/include/internal/ |
H A 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/ |
H A D | coap_tcp.c | 70 if (ioctlsocket(sock->fd, FIONBIO, &u_on) == COAP_SOCKET_ERROR) { 225 if (ioctlsocket(sock->fd, FIONBIO, &u_on) == COAP_SOCKET_ERROR) { 327 if (ioctlsocket(new_client->fd, FIONBIO, &u_on) == COAP_SOCKET_ERROR) {
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A 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/CMake/ |
H A D | CurlTests.c | 175 /* ioctlsocket source code */ in main() 177 unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); in main() 232 if(0 != ioctlsocket(0, FIONBIO, &flags)) in main()
|
/third_party/curl/lib/ |
H A D | nonblock.c | 67 return ioctlsocket(sockfd, FIONBIO, &flags); in curlx_nonblock()
|
H A D | curl_setup.h | 562 # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z))
|
/third_party/libuv/test/ |
H A D | test-poll-closesocket.c | 70 r = ioctlsocket(sock, FIONBIO, &on); in TEST_IMPL()
|
H A D | test-poll-close-doesnt-corrupt-stack.c | 87 r = ioctlsocket(sock, FIONBIO, &on); in TEST_IMPL()
|
H A D | test-pipe-sendmsg.c | 47 r = ioctlsocket(sock, FIONBIO, &on); in set_nonblocking()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_sock.c | 180 i = ioctlsocket(fd, type, (char *)arg); in BIO_socket_ioctl() 206 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl() 210 "calling ioctlsocket()"); in BIO_socket_ioctl()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_sock.c | 180 i = ioctlsocket(fd, type, (char *)arg); in BIO_socket_ioctl() 206 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl() 210 "calling ioctlsocket()"); in BIO_socket_ioctl()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 393 * Commands for ioctlsocket(), taken from the BSD file fcntl.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/ |
H A D | u_network.c | 194 ioctlsocket(s, FIONBIO, &iMode); in u_socket_block()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | pipe.c | 63 if (ioctlsocket(fd, FIONBIO, &arg) < 0) in set_block()
|
/third_party/backends/sanei/ |
H A D | sanei_udp.c | 194 ioctlsocket(fd, FIONBIO, &mode); in sanei_udp_set_nonblock()
|
/third_party/mbedtls/library/ |
H A D | net_sockets.c | 465 return ioctlsocket(ctx->fd, FIONBIO, &n); 480 return ioctlsocket(ctx->fd, FIONBIO, &n);
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.c | 216 return ioctlsocket(socket, FIONBIO, ¶m); in ff_socket_nonblock()
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-tcp.c | 335 if (ioctlsocket (tcp_socket, (long)FIONBIO, &nonblocking_enabled) != NO_ERROR) in jerryx_debugger_tcp_create()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
H A D | socket.cc | 66 return ioctlsocket(s, FIONBIO, &mode) == NO_ERROR; in setBlocking()
|
/third_party/node/deps/openssl/openssl/ |
H A D | e_os.h | 344 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro 385 # define ioctlsocket(a,b,c) ioctl(a,b,c)
|
/third_party/openssl/ |
H A D | e_os.h | 344 # define ioctlsocket(a,b,c) ioctl(a,b,c) macro 385 # define ioctlsocket(a,b,c) ioctl(a,b,c)
|
/third_party/gn/src/base/files/ |
H A D | file_util_win.cc | 674 if (ioctlsocket(fd, FIONBIO, &nonblocking) == 0) in SetNonBlocking()
|
/third_party/libuv/src/win/ |
H A D | poll.c | 424 if (ioctlsocket(socket, FIONBIO, &yes) == SOCKET_ERROR) in uv_poll_init_socket()
|