Searched defs:sock_accept (Results 1 - 5 of 5) sorted by relevance
| /third_party/libwebsockets/include/libwebsockets/ | ||
| H A D | lws-eventlib-exports.h | 59 int (*sock_accept)(struct lws *wsi); member |
| /third_party/python/Lib/asyncio/ | ||
| H A D | proactor_events.py | 728 async def sock_accept(self, sock): member in BaseProactorEventLoop |
| H A D | selector_events.py | 687 async def sock_accept(self, sock): member in BaseSelectorEventLoop |
| H A D | events.py | 564 async def sock_accept(self, sock): member in AbstractEventLoop |
| /third_party/python/Modules/ | ||
| H A D | socketmodule.c | 2687 struct sock_accept { struct 2740 sock_accept(PySocketSockObject *s, PyObject *Py_UNUSED(ignored)) in sock_accept() function |
Completed in 18 milliseconds