Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h59 int (*sock_accept)(struct lws *wsi); member
/external/python/cpython3/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
/external/python/cpython3/Lib/asyncio/
Dproactor_events.py707 async def sock_accept(self, sock): member in BaseProactorEventLoop
Dselector_events.py545 async def sock_accept(self, sock): member in BaseSelectorEventLoop
Devents.py543 async def sock_accept(self, sock): member in AbstractEventLoop
/external/python/cpython2/Modules/
Dsocketmodule.c1723 sock_accept(PySocketSockObject *s) in sock_accept() function