/third_party/python/Tools/demo/ |
H A D | rpython.py | 9 from socket import socket, AF_INET, SOCK_STREAM, SHUT_WR namespace 28 s.shutdown(SHUT_WR)
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_shutdown.c | 9 * TEST3: shutdown with SHUT_WR flag to disable new send 113 error = shutdown(-1, SHUT_WR); in main() 126 error = shutdown(fd, SHUT_WR); in main() 141 /*shutdown() TEST3: shutdown with SHUT_WR flag to disable new send*/ in main() 142 error = shutdown(clnt_sk[0], SHUT_WR); in main() 144 tst_brkm(TBROK, tst_exit, "shutdown with SHUT_WR flag " in main() 163 tst_brkm(TBROK, tst_exit, "recv on a SHUT_WR socket with no " in main() 166 tst_resm(TPASS, "shutdown() with SHUT_WR flag - SUCCESS"); in main()
|
H A D | test_1_to_1_recvmsg.c | 182 test_shutdown(sk, SHUT_WR); in main()
|
H A D | test_1_to_1_recvfrom.c | 168 test_shutdown(sk, SHUT_WR); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | platform.h | 157 #if !defined(SHUT_WR) && defined(SD_SEND) 158 #define SHUT_WR SD_SEND macro
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 118 #define SHUT_WR SD_SEND macro 124 #define SHUT_WR 1 macro
|
H A D | tcp.c | 275 how = SHUT_WR; in tcp_shutdown()
|
/third_party/mesa3d/.gitlab-ci/ |
H A D | report-flakes.py | 59 self.s.shutdown(socket.SHUT_WR)
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | private-lib-plat-windows.h | 51 #define SHUT_WR SD_SEND macro
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 92 C(SHUT_WR) in f()
|
/third_party/toybox/lib/ |
H A D | net.c | 124 shutdown(pollfds[0].fd, SHUT_WR); in pollinate()
|
/third_party/curl/lib/ |
H A D | curl_setup.h | 748 #ifndef SHUT_WR 749 #define SHUT_WR 0x01 macro
|
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 401 $client_sock->shutdown(SHUT_WR); 411 $server_sock->shutdown(SHUT_WR);
|
/third_party/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 401 $client_sock->shutdown(SHUT_WR); 411 $server_sock->shutdown(SHUT_WR);
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 117 #define SHUT_WR 1 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | types.rs | 235 /// `SHUT_WR`—Disable further read operations. 237 /// `SHUT_WR`—Disable further write operations. 238 Write = c::SHUT_WR,
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-ssl.c | 322 (void)shutdown(wsi->desc.sockfd, SHUT_WR); in __lws_tls_shutdown()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 80 #define SHUT_WR 1 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 69 #define SHUT_WR 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 80 #define SHUT_WR 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 80 #define SHUT_WR 1 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 84 #define SHUT_WR 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 80 #define SHUT_WR 1 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 84 #define SHUT_WR 1 macro
|
/third_party/pulseaudio/src/utils/ |
H A D | pacmd.c | 228 shutdown(fd, SHUT_WR); in main()
|