Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-eventlib-exports.h59 int (*sock_accept)(struct lws *wsi); member
/third_party/python/Lib/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
H A Devents.py564 async def sock_accept(self, sock): member in AbstractEventLoop
/third_party/python/Modules/
H A Dsocketmodule.c2687 struct sock_accept { struct
2740 sock_accept(PySocketSockObject *s, PyObject *Py_UNUSED(ignored)) in sock_accept() function

Completed in 18 milliseconds