/third_party/musl/arch/powerpc/bits/ |
H A D | socket.h | 4 #define SO_ERROR 4 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | socket.h | 4 #define SO_ERROR 4 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | socket.h | 19 #define SO_ERROR 0x1007 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | socket.h | 19 #define SO_ERROR 0x1007 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | socket.h | 19 #define SO_ERROR 0x1007 macro
|
/third_party/python/Lib/ |
H A D | asyncore.py | 428 err = self.socket.getsockopt(socket.SOL_SOCKET, socket.SO_ERROR) 450 err = self.socket.getsockopt(socket.SOL_SOCKET, socket.SO_ERROR) 612 optname == socket.SO_ERROR and
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 65 C(SO_ERROR) in f()
|
/third_party/ffmpeg/libavformat/ |
H A D | network.c | 282 if (getsockopt (fd, SOL_SOCKET, SO_ERROR, &ret, &optlen)) in ff_listen_connect() 474 if (getsockopt(attempts[i].fd, SOL_SOCKET, SO_ERROR, &last_err, &optlen)) in ff_connect_parallel()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | getsockopt_network.c | 70 * @tc.desc : SOL_SOCKET,SO_ERROR 78 int content = getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &optval, (socklen_t *)(&optlen)); in getsockopt_0400()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
H A D | socket.cc | 83 getsockopt(s, SOL_SOCKET, SO_ERROR, &error, &len); in errored()
|
/third_party/libcoap/src/ |
H A D | coap_tcp.c | 177 if (getsockopt(sock->fd, SOL_SOCKET, SO_ERROR, OPTVAL_GT(&error),
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 203 #define SO_ERROR 4 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 192 #define SO_ERROR 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 203 #define SO_ERROR 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 203 #define SO_ERROR 4 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 207 #define SO_ERROR 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 203 #define SO_ERROR 4 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 207 #define SO_ERROR 4 macro
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_sock.c | 115 i = getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *)&j, &size); in BIO_sock_error()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 24 pub const SO_ERROR: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 28 pub const SO_ERROR: ::c_int = 0x1007; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 40 pub const SO_ERROR: ::c_int = 0x1007; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 9 pub const SO_ERROR: ::c_int = 4; consts
|
/third_party/openssl/crypto/bio/ |
H A D | bio_sock.c | 115 i = getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *)&j, &size); in BIO_sock_error()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 490 pub const SO_ERROR: ::c_int = 0x1009; consts 492 pub const SO_ERROR: ::c_int = 0x1007; consts
|