Home
last modified time | relevance | path

Searched defs:sock_accept (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/wasi/net/
H A Dmod.rs16 fn sock_accept(&self, flags: u16) -> io::Result<u32>; in sock_accept() method
20 fn sock_accept(&self, flags: u16) -> io::Result<u32> { in sock_accept() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/wasi/net/
H A Dmod.rs16 fn sock_accept(&self, flags: u16) -> io::Result<u32>; in sock_accept() method
20 fn sock_accept(&self, flags: u16) -> io::Result<u32> { in sock_accept() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/wasi/net/
H A Dmod.rs16 fn sock_accept(&self, flags: u16) -> io::Result<u32>; in sock_accept() method
20 fn sock_accept(&self, flags: u16) -> io::Result<u32> { in sock_accept() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/wasi/net/
H A Dmod.rs16 fn sock_accept(&self, flags: u16) -> io::Result<u32>; in sock_accept() method
20 fn sock_accept(&self, flags: u16) -> io::Result<u32> { in sock_accept() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/wasi/net/
H A Dmod.rs16 fn sock_accept(&self, flags: u16) -> io::Result<u32>; in sock_accept() method
20 fn sock_accept(&self, flags: u16) -> io::Result<u32> { in sock_accept() method
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-eventlib-exports.h59 int (*sock_accept)(struct lws *wsi); member
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dnet_wasip1.go21 func sock_accept(fd int32, flags fdflags, newfd unsafe.Pointer) Errno func
/aosp_15_r20/external/python/cpython3/Modules/
Dsocketmodule.c2687 struct sock_accept { struct
2702 struct sock_accept *ctx = data; in sock_accept_impl() argument
2740 sock_accept(PySocketSockObject *s, PyObject *Py_UNUSED(ignored)) in sock_accept() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs253 pub fn sock_accept(&self, flags: wasi::Fdflags) -> io::Result<wasi::Fd> { in sock_accept() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs253 pub fn sock_accept(&self, flags: wasi::Fdflags) -> io::Result<wasi::Fd> { in sock_accept() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs253 pub fn sock_accept(&self, flags: wasi::Fdflags) -> io::Result<wasi::Fd> { in sock_accept() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs253 pub fn sock_accept(&self, flags: wasi::Fdflags) -> io::Result<wasi::Fd> { in sock_accept() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dfd.rs253 pub fn sock_accept(&self, flags: wasi::Fdflags) -> io::Result<wasi::Fd> { in sock_accept() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dproactor_events.py728 async def sock_accept(self, sock): member in BaseProactorEventLoop
Dselector_events.py687 async def sock_accept(self, sock): member in BaseSelectorEventLoop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dproactor_events.py728 async def sock_accept(self, sock): member in BaseProactorEventLoop
Dselector_events.py687 async def sock_accept(self, sock): member in BaseSelectorEventLoop
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dproactor_events.py728 async def sock_accept(self, sock): member in BaseProactorEventLoop
H A Dselector_events.py687 async def sock_accept(self, sock): member in BaseSelectorEventLoop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dproactor_events.py728 async def sock_accept(self, sock): member in BaseProactorEventLoop
Dselector_events.py687 async def sock_accept(self, sock): member in BaseSelectorEventLoop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dproactor_events.py728 async def sock_accept(self, sock): member in BaseProactorEventLoop
Dselector_events.py687 async def sock_accept(self, sock): member in BaseSelectorEventLoop
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dproactor_events.py728 async def sock_accept(self, sock): member in BaseProactorEventLoop
Dselector_events.py687 async def sock_accept(self, sock): member in BaseSelectorEventLoop

12