/third_party/ffmpeg/libavformat/ |
D | os_support.h | 90 #define SHUT_RD SD_RECEIVE macro 95 #if !defined(SHUT_RD) /* OS/2, DJGPP */ 96 #define SHUT_RD 0 macro
|
D | tcp.c | 274 how = SHUT_RD; in tcp_shutdown()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | platform.h | 160 #if !defined(SHUT_RD) && defined(SD_RECEIVE) 161 #define SHUT_RD SD_RECEIVE macro
|
/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_shutdown.c | 171 test_shutdown(clnt_sk[1], SHUT_RD); in main() 215 error = shutdown(sk, SHUT_RD); in main()
|
D | test_1_to_1_sendmsg.c | 364 test_shutdown(sk1, SHUT_RD); in main()
|
D | test_tcp_style.c | 300 test_shutdown(clt_sk[1], SHUT_RD); in main()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | c.rs | 25 MSG_TRUNC, MSG_WAITALL, O_CLOEXEC, O_NONBLOCK, SHUT_RD, SHUT_RDWR, SHUT_WR, SOCK_DGRAM,
|
/third_party/musl/libc-test/src/api/ |
D | sys_socket.c | 90 C(SHUT_RD) in f()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 116 #define SHUT_RD 0 macro
|
/third_party/rust/crates/rustix/src/backend/libc/ |
D | winsock_c.rs | 51 pub(crate) const SHUT_RD: i32 = WinSock::SD_RECEIVE as _; constant
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 459 #ifndef SHUT_RD 460 #define SHUT_RD 0 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | types.rs | 236 Read = c::SHUT_RD,
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 981 #define SHUT_RD 1 macro 985 #define PRU_FLUSH_RD SHUT_RD
|
/third_party/musl/include/sys/ |
D | socket.h | 79 #define SHUT_RD 0 macro
|
/third_party/pulseaudio/src/utils/ |
D | pacmd.c | 232 shutdown(fd, SHUT_RD); in main()
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 83 #define SHUT_RD 0 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 68 #define SHUT_RD 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 79 #define SHUT_RD 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 79 #define SHUT_RD 0 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 79 #define SHUT_RD 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 79 #define SHUT_RD 0 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 83 #define SHUT_RD 0 macro
|
/third_party/openssl/apps/lib/ |
D | http_server.c | 88 (void)shutdown(acfd, SHUT_RD); in socket_timeout()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 301 SHUT_RD
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
D | session.c | 951 shutdown (session->socket_fd, SHUT_RD); in SPDYF_session_read() 1089 shutdown (session->socket_fd, SHUT_RD); in SPDYF_session_write()
|