Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsocketmodule.c2470 struct sock_accept { struct
2484 struct sock_accept *ctx = data; in sock_accept_impl() argument
2522 sock_accept(PySocketSockObject *s) in sock_accept() function
/external/python/cpython3/Lib/asyncio/
Dproactor_events.py556 async def sock_accept(self, sock): member in BaseProactorEventLoop
Dselector_events.py503 async def sock_accept(self, sock): member in BaseSelectorEventLoop
Devents.py530 async def sock_accept(self, sock): member in AbstractEventLoop
/external/python/cpython2/Modules/
Dsocketmodule.c1723 sock_accept(PySocketSockObject *s) in sock_accept() function