Home
last modified time | relevance | path

Searched defs:sock_sendto (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
Dsocketmodule.c4457 struct sock_sendto { struct
4469 struct sock_sendto *ctx = data; in sock_sendto_impl() argument
4486 sock_sendto(PySocketSockObject *s, PyObject *args) in sock_sendto() function
/external/python/cpython3/Lib/asyncio/
Dproactor_events.py720 async def sock_sendto(self, sock, data, address): member in BaseProactorEventLoop
Dselector_events.py579 async def sock_sendto(self, sock, data, address): member in BaseSelectorEventLoop
Devents.py580 async def sock_sendto(self, sock, data, address): member in AbstractEventLoop