Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsocketmodule.c4301 struct sock_sendto { struct
4313 struct sock_sendto *ctx = data; in sock_sendto_impl() argument
4330 sock_sendto(PySocketSockObject *s, PyObject *args) in sock_sendto() function
/third_party/python/Lib/asyncio/
Dproactor_events.py722 async def sock_sendto(self, sock, data, address): member in BaseProactorEventLoop
Dselector_events.py572 async def sock_sendto(self, sock, data, address): member in BaseSelectorEventLoop
Devents.py558 async def sock_sendto(self, sock, data, address): member in AbstractEventLoop