Home
last modified time | relevance | path

Searched refs:sock_recvfrom_into (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_sock_lowlevel.py407 num_bytes, from_addr = await self.loop.sock_recvfrom_into(
415 num_bytes, from_addr = await self.loop.sock_recvfrom_into(
/third_party/python/Lib/asyncio/
H A Devents.py552 async def sock_recvfrom_into(self, sock, buf, nbytes=0): member in AbstractEventLoop
H A Dproactor_events.py713 async def sock_recvfrom_into(self, sock, buf, nbytes=0): member in BaseProactorEventLoop
H A Dselector_events.py477 async def sock_recvfrom_into(self, sock, buf, nbytes=0): member in BaseSelectorEventLoop
/third_party/python/Modules/
H A Dsocketmodule.c3781 sock_recvfrom_into(PySocketSockObject *s, PyObject *args, PyObject* kwds) in sock_recvfrom_into() function
5006 {"recvfrom_into", _PyCFunction_CAST(sock_recvfrom_into), METH_VARARGS | METH_KEYWORDS,

Completed in 15 milliseconds