Home
last modified time | relevance | path

Searched refs:SHUT_WR (Results 1 – 25 of 68) sorted by relevance

123

/third_party/python/Tools/demo/
Drpython.py9 from socket import socket, AF_INET, SOCK_STREAM, SHUT_WR
28 s.shutdown(SHUT_WR)
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_shutdown.c113 error = shutdown(-1, SHUT_WR); in main()
126 error = shutdown(fd, SHUT_WR); in main()
142 error = shutdown(clnt_sk[0], SHUT_WR); in main()
Dtest_1_to_1_recvfrom.c168 test_shutdown(sk, SHUT_WR); in main()
Dtest_1_to_1_recvmsg.c182 test_shutdown(sk, SHUT_WR); in main()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dplatform.h157 #if !defined(SHUT_WR) && defined(SD_SEND)
158 #define SHUT_WR SD_SEND macro
/third_party/ffmpeg/libavformat/
Dos_support.h91 #define SHUT_WR SD_SEND macro
97 #define SHUT_WR 1 macro
/third_party/curl/lib/
Dcurl_setup.h729 #ifndef SHUT_WR
730 #define SHUT_WR 0x01 macro
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h51 #define SHUT_WR SD_SEND macro
/third_party/openssl/util/perl/TLSProxy/
DProxy.pm401 $client_sock->shutdown(SHUT_WR);
411 $server_sock->shutdown(SHUT_WR);
/third_party/musl/libc-test/src/api/
Dsys_socket.c92 C(SHUT_WR) in f()
/third_party/boost/boost/asio/
Dsocket_base.hpp48 shutdown_send = BOOST_ASIO_OS_DEF(SHUT_WR),
/third_party/boost/libs/asio/include/boost/asio/
Dsocket_base.hpp48 shutdown_send = BOOST_ASIO_OS_DEF(SHUT_WR),
/third_party/mesa3d/.gitlab-ci/
Dreport-flakes.py59 self.s.shutdown(socket.SHUT_WR)
/third_party/toybox/lib/
Dnet.c124 shutdown(pollfds[0].fd, SHUT_WR); in pollinate()
/third_party/libwebsockets/include/
Dlibwebsockets.h477 #define SHUT_WR 1 macro
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c322 (void)shutdown(wsi->desc.sockfd, SHUT_WR); in __lws_tls_shutdown()
/third_party/musl/ndk_musl_include/sys/
Dsocket.h84 #define SHUT_WR 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h80 #define SHUT_WR 1 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h69 #define SHUT_WR 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h80 #define SHUT_WR 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h80 #define SHUT_WR 1 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h84 #define SHUT_WR 1 macro
/third_party/musl/include/sys/
Dsocket.h80 #define SHUT_WR 1 macro
/third_party/pulseaudio/src/utils/
Dpacmd.c227 shutdown(fd, SHUT_WR); in main()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h80 #define SHUT_WR 1 macro

123