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