Home
last modified time | relevance | path

Searched refs:SHUT_RDWR (Results 1 - 25 of 67) sorted by relevance

123

/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dplatform.h163 #if !defined(SHUT_RDWR) && defined(SD_BOTH)
164 #define SHUT_RDWR SD_BOTH macro
/third_party/ffmpeg/libavformat/
H A Dos_support.h119 #define SHUT_RDWR SD_BOTH macro
125 #define SHUT_RDWR 2 macro
H A Dtcp.c273 how = SHUT_RDWR; in tcp_shutdown()
/third_party/libwebsockets/lib/plat/windows/
H A Dprivate-lib-plat-windows.h49 #define SHUT_RDWR SD_BOTH macro
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_network.c61 shutdown(s, SHUT_RDWR); in u_socket_close()
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c91 C(SHUT_RDWR) in f()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_shutdown.c11 * 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 Dcurl_setup.h752 #ifndef SHUT_RDWR
753 #define SHUT_RDWR 0x02 macro
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sslproto.py241 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 Dbackend-ofono.c233 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 Dgeneral.h118 #define SHUT_RDWR 2 macro
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dsocket.cc181 ::shutdown(s, SHUT_RDWR);
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs239 /// `SHUT_RDWR`—Disable further read and write operations.
240 ReadWrite = c::SHUT_RDWR,
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeSocket.c667 how = SHUT_RDWR; in deSocket_shutdown()
710 shutdown(sock->handle, SHUT_RDWR); in deSocket_close()
/third_party/curl/tests/
H A Dnegtelnetserver.py118 self.request.shutdown(socket.SHUT_RDWR)
/third_party/libuv/test/
H A Dtest-tcp-close-reset.c87 ASSERT_OK(shutdown(fd, SHUT_RDWR)); in do_close()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h81 #define SHUT_RDWR 2 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h70 #define SHUT_RDWR 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h81 #define SHUT_RDWR 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h81 #define SHUT_RDWR 2 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h85 #define SHUT_RDWR 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h81 #define SHUT_RDWR 2 macro
/third_party/musl/include/sys/
H A Dsocket.h85 #define SHUT_RDWR 2 macro
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Ddaemon.c377 shutdown (daemon->socket_fd, SHUT_RDWR); in SPDYF_stop_daemon()
/third_party/python/Lib/
H A Dpoplib.py295 sock.shutdown(socket.SHUT_RDWR)

Completed in 26 milliseconds

123