/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 91 struct linger { struct 93 int l_linger; argument
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_net_socket.js | 284 linger: "[PC Preview] unknow linger" property
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 78 struct linger { struct 80 int l_linger; argument
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 74 struct linger { struct 76 int l_linger; argument
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 74 struct linger { struct 76 int l_linger; argument
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 74 struct linger { struct 76 int l_linger; argument
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 74 struct linger { struct 76 int l_linger; argument
|
/third_party/musl/include/sys/ |
D | socket.h | 74 struct linger { struct 76 int l_linger; argument
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 63 struct linger { struct 65 int l_linger; argument
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 78 struct linger { struct 80 int l_linger; argument
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
D | socket.cc | 152 } linger = {false, 0}; in setOptions() local
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | syscalls.rs | 510 let linger = c::linger { in set_socket_linger() localVariable 519 let linger: c::linger = getsockopt(fd, c::SOL_SOCKET as _, c::SO_LINGER)?; in get_socket_linger() localVariable
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | syscalls.rs | 903 let linger = c::linger { in set_socket_linger() localVariable 912 let linger: c::linger = getsockopt(fd, c::SOL_SOCKET as _, c::SO_LINGER)?; in get_socket_linger() localVariable
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 226 struct linger { struct 228 int l_linger; /* linger time in seconds */ argument
|
D | api.h | 274 s16_t linger; member
|
/third_party/ffmpeg/libavformat/ |
D | libsrt.c | 92 int linger; member
|
/third_party/lwip/src/api/ |
D | sockets.c | 3065 struct linger *linger = (struct linger *)optval; in lwip_getsockopt_impl() local 3467 const struct linger *linger = (const struct linger *)optval; in lwip_setsockopt_impl() local
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 4931 pub struct linger { struct 4933 pub l_linger: crate::ctypes::c_int, argument
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 4717 pub struct linger { struct 4719 pub l_linger: crate::ctypes::c_int, argument
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 4719 pub struct linger { struct 4721 pub l_linger: crate::ctypes::c_int, argument
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 4746 pub struct linger { struct 4748 pub l_linger: crate::ctypes::c_int, argument
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 4777 pub struct linger { struct 4779 pub l_linger: crate::ctypes::c_int, argument
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 4838 pub struct linger { struct 4840 pub l_linger: crate::ctypes::c_int, argument
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 4755 pub struct linger { struct 4757 pub l_linger: crate::ctypes::c_int, argument
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 4803 pub struct linger { struct 4805 pub l_linger: crate::ctypes::c_int, argument
|