/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | platform.h | 163 #if !defined(SHUT_RDWR) && defined(SD_BOTH) 164 #define SHUT_RDWR SD_BOTH macro
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 119 #define SHUT_RDWR SD_BOTH macro 125 #define SHUT_RDWR 2 macro
|
H A D | tcp.c | 273 how = SHUT_RDWR; in tcp_shutdown()
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | private-lib-plat-windows.h | 49 #define SHUT_RDWR SD_BOTH macro
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_network.c | 61 shutdown(s, SHUT_RDWR); in u_socket_close()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 91 C(SHUT_RDWR) in f()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_shutdown.c | 11 * TEST5: shutdown with SHUT_RDWR flag to disable new receive/send 198 /*shutdown() TEST5: shutdown with SHUT_RDWR flag to disable new in main() 200 test_shutdown(clnt_sk[2], SHUT_RDWR); in main() 209 tst_brkm(TBROK, tst_exit, "recv on a SHUT_RDWR socket " in main() 212 tst_resm(TPASS, "shutdown() with SHUT_RDWR flag - SUCCESS"); in main()
|
/third_party/curl/lib/ |
H A D | curl_setup.h | 752 #ifndef SHUT_RDWR 753 #define SHUT_RDWR 0x02 macro
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_sslproto.py | 241 sock.shutdown(socket.SHUT_RDWR) 304 sock.shutdown(socket.SHUT_RDWR) 376 sock.shutdown(socket.SHUT_RDWR)
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | backend-ofono.c | 233 shutdown(fd, SHUT_RDWR); in card_acquire() 366 shutdown(card->fd, SHUT_RDWR); in hf_audio_agent_transport_release() 706 shutdown(fd, SHUT_RDWR); in hf_audio_agent_new_connection()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 118 #define SHUT_RDWR 2 macro
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
H A D | socket.cc | 181 ::shutdown(s, SHUT_RDWR);
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | types.rs | 239 /// `SHUT_RDWR`—Disable further read and write operations. 240 ReadWrite = c::SHUT_RDWR,
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deSocket.c | 667 how = SHUT_RDWR; in deSocket_shutdown() 710 shutdown(sock->handle, SHUT_RDWR); in deSocket_close()
|
/third_party/curl/tests/ |
H A D | negtelnetserver.py | 118 self.request.shutdown(socket.SHUT_RDWR)
|
/third_party/libuv/test/ |
H A D | test-tcp-close-reset.c | 87 ASSERT_OK(shutdown(fd, SHUT_RDWR)); in do_close()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 81 #define SHUT_RDWR 2 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 70 #define SHUT_RDWR 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 81 #define SHUT_RDWR 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 81 #define SHUT_RDWR 2 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 85 #define SHUT_RDWR 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 81 #define SHUT_RDWR 2 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 85 #define SHUT_RDWR 2 macro
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | daemon.c | 377 shutdown (daemon->socket_fd, SHUT_RDWR); in SPDYF_stop_daemon()
|
/third_party/python/Lib/ |
H A D | poplib.py | 295 sock.shutdown(socket.SHUT_RDWR)
|