Searched defs:sock_sendto (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Modules/ | ||
| D | socketmodule.c | 4301 struct sock_sendto { struct |
| /third_party/python/Lib/asyncio/ | ||
| D | proactor_events.py | 722 async def sock_sendto(self, sock, data, address): member in BaseProactorEventLoop |
| D | selector_events.py | 572 async def sock_sendto(self, sock, data, address): member in BaseSelectorEventLoop |
| D | events.py | 558 async def sock_sendto(self, sock, data, address): member in AbstractEventLoop |