Home
last modified time | relevance | path

Searched defs:create_connection (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/test/
Dmock_socket.py117 def create_connection(address, timeout=socket_module._GLOBAL_DEFAULT_TIMEOUT, function
Dtest_httplib.py128 def create_connection(self, *pos, **kw): member in FakeSocketHTTPConnection
2001 def create_connection(address, timeout=None, source_address=None): function
Dtest_nntplib.py1495 def create_connection(address, timeout): member in MockSocketTests.check_constructor_error_conditions.mock_socket_module
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsdec.c683 create_connection (GstDtlsDec * self, gchar * id) in create_connection() function
/third_party/python/Lib/
Dsocket.py806 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtspconnection.c111 create_connection (GSocketConnection ** client_conn, in create_connection() function
/third_party/python/Lib/asyncio/
Devents.py301 async def create_connection( member in AbstractEventLoop
Dbase_events.py967 async def create_connection( member in BaseEventLoop
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py573 def _test_create_ssl_connection(self, httpd, create_connection, argument