Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
H A Dtest_sock_lowlevel.py388 await self.loop.sock_sendto(sock, data, server_address)
406 await self.loop.sock_sendto(sock, data, server_address)
414 await self.loop.sock_sendto(sock, data, server_address)
440 await self.loop.sock_sendto(mock_sock, data, server_address)
/third_party/python/Lib/asyncio/
H A Devents.py558 async def sock_sendto(self, sock, data, address): member in AbstractEventLoop
H A Dproactor_events.py722 async def sock_sendto(self, sock, data, address): member in BaseProactorEventLoop
H A Dselector_events.py572 async def sock_sendto(self, sock, data, address): member in BaseSelectorEventLoop
/third_party/python/Modules/
H A Dsocketmodule.c4301 struct sock_sendto { struct
4313 struct sock_sendto *ctx = data; in sock_sendto_impl()
4330 sock_sendto(PySocketSockObject *s, PyObject *args) in sock_sendto() function
4337 struct sock_sendto ctx; in sock_sendto()
5014 {"sendto", (PyCFunction)sock_sendto, METH_VARARGS,

Completed in 17 milliseconds