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 | 2649 struct sock_accept { struct |
| /third_party/python/Lib/asyncio/ | ||
| D | proactor_events.py | 706 async def sock_accept(self, sock): member in BaseProactorEventLoop |
| D | selector_events.py | 548 async def sock_accept(self, sock): member in BaseSelectorEventLoop |
| D | events.py | 543 async def sock_accept(self, sock): member in AbstractEventLoop |