HomeSort by relevance Sort by last modified time
    Searched refs:ssl_handshake_timeout (Results 1 - 10 of 10) sorted by null

  /external/python/cpython3/Lib/asyncio/
base_events.py 250 ssl_handshake_timeout):
258 self._ssl_handshake_timeout = ssl_handshake_timeout
439 ssl_handshake_timeout=None,
868 ssl_handshake_timeout=None):
899 if ssl_handshake_timeout is not None and not ssl:
901 'ssl_handshake_timeout is only meaningful with ssl')
    [all...]
selector_events.py 67 ssl_handshake_timeout=constants.SSL_HANDSHAKE_TIMEOUT):
71 ssl_handshake_timeout=ssl_handshake_timeout)
141 ssl_handshake_timeout=constants.SSL_HANDSHAKE_TIMEOUT):
144 ssl_handshake_timeout)
149 ssl_handshake_timeout=constants.SSL_HANDSHAKE_TIMEOUT):
180 backlog, ssl_handshake_timeout)
    [all...]
events.py 308 ssl_handshake_timeout=None):
316 ssl_handshake_timeout=None,
353 ssl_handshake_timeout is the time in seconds that an SSL server
375 ssl_handshake_timeout=None):
387 ssl_handshake_timeout=None):
393 ssl_handshake_timeout=None,
412 ssl_handshake_timeout is the time in seconds that an SSL server
sslproto.py 415 ssl_handshake_timeout=None):
419 if ssl_handshake_timeout is None:
420 ssl_handshake_timeout = constants.SSL_HANDSHAKE_TIMEOUT
421 elif ssl_handshake_timeout <= 0:
423 f"ssl_handshake_timeout should be a positive number, "
424 f"got {ssl_handshake_timeout}")
456 self._ssl_handshake_timeout = ssl_handshake_timeout
proactor_events.py 502 ssl_handshake_timeout=None):
506 ssl_handshake_timeout=ssl_handshake_timeout)
647 ssl_handshake_timeout=None):
661 ssl_handshake_timeout=ssl_handshake_timeout)
unix_events.py 210 ssl_handshake_timeout=None):
219 if ssl_handshake_timeout is not None:
221 'ssl_handshake_timeout is only meaningful with ssl')
248 ssl_handshake_timeout=ssl_handshake_timeout)
254 ssl_handshake_timeout=None,
259 if ssl_handshake_timeout is not None and not ssl:
261 'ssl_handshake_timeout is only meaningful with ssl')
309 ssl, backlog, ssl_handshake_timeout)
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_sslproto.py 35 ssl_handshake_timeout=0.1)
60 ssl_handshake_timeout=0)
68 ssl_handshake_timeout=-10)
481 ssl_handshake_timeout=self.TIMEOUT)
546 ssl_handshake_timeout=10.0),
583 ssl_handshake_timeout=1.0)
622 ssl_handshake_timeout=1.0)
test_base_events.py     [all...]
test_unix_events.py 352 ssl_handshake_timeout=1)
355 'ssl_handshake_timeout is only meaningful with ssl'):
416 ssl_handshake_timeout=1)
419 'ssl_handshake_timeout is only meaningful with ssl'):
    [all...]
test_events.py 859 MyProto, sock, ssl_handshake_timeout=1)
862 'ssl_handshake_timeout is only meaningful with ssl'):
    [all...]

Completed in 1220 milliseconds