Searched defs:sock_recvfrom_into (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/asyncio/ | ||
D | proactor_events.py | 711 async def sock_recvfrom_into(self, sock, buf, nbytes=0): member in BaseProactorEventLoop |
D | selector_events.py | 484 async def sock_recvfrom_into(self, sock, buf, nbytes=0): member in BaseSelectorEventLoop |
D | events.py | 574 async def sock_recvfrom_into(self, sock, buf, nbytes=0): member in AbstractEventLoop |
/external/python/cpython3/Modules/ | ||
D | socketmodule.c | 3939 sock_recvfrom_into(PySocketSockObject *s, PyObject *args, PyObject* kwds) in sock_recvfrom_into() function |