Home
last modified time | relevance | path

Searched refs:connection_cache (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dwget.py149 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__.py1660 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 Dsstate.bbclass981 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 Dfetch.py1468 connection_cache = FetchConnectionCache()
1470 connection_cache = connection_cache)
1479 connection_cache.close_connections()