Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h59 int (*sock_accept)(struct lws *wsi); member
/third_party/python/Modules/
Dsocketmodule.c2649 struct sock_accept { struct
2663 struct sock_accept *ctx = data; in sock_accept_impl() argument
2701 sock_accept(PySocketSockObject *s, PyObject *Py_UNUSED(ignored)) in sock_accept() function
/third_party/python/Lib/asyncio/
Dproactor_events.py706 async def sock_accept(self, sock): member in BaseProactorEventLoop
Dselector_events.py548 async def sock_accept(self, sock): member in BaseSelectorEventLoop
Devents.py543 async def sock_accept(self, sock): member in AbstractEventLoop