/third_party/ffmpeg/libavformat/ |
D | os_support.h | 117 #define SHUT_RD SD_RECEIVE macro 122 #if !defined(SHUT_RD) /* OS/2, DJGPP */ 123 #define SHUT_RD 0 macro
|
D | tcp.c | 277 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/curl/lib/ |
D | curl_setup.h | 744 #ifndef SHUT_RD 745 #define SHUT_RD 0x00 macro
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait05.c | 80 TST_EXP_PASS_SILENT(shutdown(sockfd_client, SHUT_RD)); in run()
|
/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/musl/porting/liteos_m_iccarm/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/porting/linux/user/include/sys/ |
D | socket.h | 83 #define SHUT_RD 0 macro
|
/third_party/pulseaudio/src/utils/ |
D | pacmd.c | 233 shutdown(fd, SHUT_RD); in main()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 68 #define SHUT_RD 0 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 83 #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/uniproton/kernel/include/sys/ |
D | socket.h | 79 #define SHUT_RD 0 macro
|
/third_party/curl/tests/server/ |
D | sws.c | 1597 shutdown(clientfd[i], SHUT_RD); in http_connect() 1615 shutdown(serverfd[i], SHUT_RD); in http_connect() 1680 shutdown(clientfd[i], SHUT_RD); in http_connect() 1693 shutdown(serverfd[i], SHUT_RD); in http_connect()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
D | http_server.c | 88 (void)shutdown(acfd, SHUT_RD); in socket_timeout()
|
/third_party/openssl/apps/lib/ |
D | http_server.c | 88 (void)shutdown(acfd, SHUT_RD); in socket_timeout()
|