Searched refs:sock_sendto (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_sock_lowlevel.py | 388 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 D | events.py | 558 async def sock_sendto(self, sock, data, address): member in AbstractEventLoop
|
H A D | proactor_events.py | 722 async def sock_sendto(self, sock, data, address): member in BaseProactorEventLoop
|
H A D | selector_events.py | 572 async def sock_sendto(self, sock, data, address): member in BaseSelectorEventLoop
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 4301 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