Searched defs:sock_connect (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython3/Lib/asyncio/ | ||
| D | proactor_events.py | 704     async def sock_connect(self, sock, address):  member in BaseProactorEventLoop | 
| D | selector_events.py | 481     async def sock_connect(self, sock, address):  member in BaseSelectorEventLoop | 
| D | events.py | 540     async def sock_connect(self, sock, address):  member in AbstractEventLoop | 
| /external/python/cpython2/Modules/ | ||
| D | socketmodule.c | 2148 sock_connect(PySocketSockObject *s, PyObject *addro)  function | 
| /external/python/cpython3/Modules/ | ||
| D | socketmodule.c | 3268 sock_connect(PySocketSockObject *s, PyObject *addro)  in sock_connect()  function |