Searched refs:connection_cache (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | wget.py | 149 if fetch.connection_cache: 153 sock = fetch.connection_cache.get_connection(self.host, self.port) 159 fetch.connection_cache.add_connection(self.host, self.port, self.sock) 197 if fetch.connection_cache is None: 222 if fetch.connection_cache is None: 233 fetch.connection_cache.remove_connection(h.host, h.port) 266 if fetch.connection_cache is not None: 268 fetch.connection_cache.remove_connection(h.host, h.port)
|
| H A D | __init__.py | 1660 def __init__(self, urls, d, cache = True, localonly = False, connection_cache = None): argument 1669 self.connection_cache = connection_cache
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | sstate.bbclass | 981 thread_worker.connection_cache = FetchConnectionCache() 984 thread_worker.connection_cache.close_connections() 998 connection_cache=thread_worker.connection_cache)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 1468 connection_cache = FetchConnectionCache() 1470 connection_cache = connection_cache) 1479 connection_cache.close_connections()
|