Home
last modified time | relevance | path

Searched refs:CONNECTION_TIMEOUT (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h520 XX(522, CONNECTION_TIMEOUT, CONNECTION_TIMEOUT) \
/third_party/python/Lib/multiprocessing/
H A Dconnection.py43 CONNECTION_TIMEOUT = 20. variable
59 def _init_timeout(timeout=CONNECTION_TIMEOUT):
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py1840 CONNECTION_TIMEOUT = SHORT_TIMEOUT / 1000. # Defaults to 30 ms variable in MultiprocessTests
1853 cx = sqlite3.connect("{TESTFN}", timeout={self.CONNECTION_TIMEOUT})
1888 cx = sqlite.connect(TESTFN, timeout=self.CONNECTION_TIMEOUT)

Completed in 5 milliseconds